I have a workflow step that posts back to an Umbraco api controller which does some validation.
If the validation fails then any subsequent workflow steps should not occur.
I'm only aware of the manual checkbox to disable workflow steps.
There is also the custom workflow type which returns a WorkflowExecutionStatus enum, but that doesn't seem to affect subsequent execution of workflow steps.
Stop subsequent workflow steps
Hello
I have a workflow step that posts back to an Umbraco api controller which does some validation.
If the validation fails then any subsequent workflow steps should not occur.
I'm only aware of the manual checkbox to disable workflow steps.
There is also the custom workflow type which returns a WorkflowExecutionStatus enum, but that doesn't seem to affect subsequent execution of workflow steps.
Can this be done programmatically?
Any updates on this? how did you got it?
is working on a reply...