Terminate¶
Terminates the instance.
myInstance.Terminate():Instance (Instance)
Returns¶
Always returns the current Instance.
Remarks¶
The termination request is submitted synchronously to the workflow runtime. It changes the instance lifecycle and can affect its active work items; do not use it as a reversible control-flow operation.