Dynamic workflow and workflow instance.

Hi there, when I modify the workflow in the runtime, there are two questions:

1. what happens when the workflow instance is persisted and reloaded later It's going to keep the modified workflow in the persistent storage Do I have to run the same code to modify the flow again when it's reloaded

2. Does the modified workflow only apply to the current workflow instance or affect all the current running instances

Appreciate any comment.



Answer this question

Dynamic workflow and workflow instance.

  • Olivier Conq

    1. The modified workflow will be persisted, you will not have to re-run the modification code.

    2. The modifications only apply to a particular workflow instance, not to all running instances.



  • Dynamic workflow and workflow instance.