workflow - Get workflowApplication state -



workflow - Get workflowApplication state -

we know if there way current state (running, idle, completed,...) of workflow instance, using workflowapplication hosting.

when application shouting down, want wait idle (or completed) state of our workflow instances(we have collection of them) in order persisted in instance store.

we know can state when idle, completed, aborted,... events, need status @ anytime...

thanks in advance.

there no out of box status property can check this. using workflow tracking quite easy implement.

workflow workflow-foundation-4

Comments

Popular posts from this blog

c# - Move local mssql database to webhosted MYSQL -

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -