Alteration Plans
An alteration plan represents a collection of alterations that can be applied to a workflow instance or a set of workflow instances.
Creating Alteration Plans
To create an alteration plan, create a new instance of the NewAlterationPlan
class. For example:
Submitting Alteration Plans
To submit an alteration plan, use the IAlterationPlanScheduler
service. For example:
When a plan is submitted, an alteration job is created for each workflow instance, to which each alteration will be applied.
Alteration plans are executed asynchronously in the background. To monitor the execution of an alteration plan, use the IAlterationPlanStore
service. For example:
To get the alteration jobs that were created as part of the plan, use the IAlterationJobStore
service. For example:
Last updated