WF: Determining if workflow completed -


In addition to subscribing to the workflow that completes the workflow runtime, how do I set the host to the workflow example? Is there any flag or state, can I check a given warflow instance to determine whether it is completed?

@edit: The question is about sequential workflows.

Check the TrackingServices to know the current status for the workflow frequency can do.

Here are some code snippets :.


Comments

Popular posts from this blog

Is there an open source WebSockets (JavaScript) XMPP library? -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -

iphone - How do I make a UIPickerView in a UIActionSheet -