c# - Getting current activity when a workflow instance loads from persistent store in WF 4.0 -


I'm still trying to wrap my head about some workflow problems, I'm using Workflow Foundation 4.0 And I need to get the current activity of that frequency when I try to load it firmly, I tried to use tracking, but when this frequency is full, then it is not called.

I would not want to keep this information from continuing by possibly all to everyone.

Do you have any idea about doing this?

, angi

As far as I know the use of tracking The only way to monitor activity is to stop and stop. By using the workflow extension, the recipients can save you data as part of the workflow firmly. Keep in mind that the workflow persists when there may be more than one active asynchronous activity.

To do this, see it.


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -