开发者

How do I reload persisted workflow in Idle state after the WorkflowRuntime was restarted? (newbie question)

开发者 https://www.devze.com 2022-12-29 07:59 出处:网络
I am planing to create long lasting workflows which I would like to persist when they become idle. Ho开发者_JS百科wever, meanwhile they are in Idle state, the WorkflowRuntime might be restarted.

I am planing to create long lasting workflows which I would like to persist when they become idle. Ho开发者_JS百科wever, meanwhile they are in Idle state, the WorkflowRuntime might be restarted.

The question is: How do I create the WorkflowRuntime in a way, that it will reload all stored idle workflows?

Thanks for any pointers.


The WorkflowRuntime will make sure that workflows with a expired DelayActivity will get reloaded. If you are using custom async acitivities it is your responsibility to reload the workflow and queue the message.

0

精彩评论

暂无评论...
验证码 换一张
取 消