Applying Alterations
Instead of submitting alteration plans for asynchronous execution, you can apply alterations immediately using the IAlterationRunner
service. For example:
When an alteration plan is run immediately, the alterations are applied synchronously, and the results are returned. You will have to manually schedule affected workflow instances to resume execution. Use the IAlteredWorkflowDispatcher
:
This will tell the workflow engine to pickup the altered workflow instances and run them.
Last updated