I have a Workflow step which if meet issues throw `WorkflowException`
with a message and stacktrace, in effect - blocks whole workflow
launcher with the payload. Finally, the workflow is indefinitely in the
`RUNNING` state and does not handle any updates for blocked payload.
This situation requires admin action to manually terminate the
workflow.There is how the simple workflow looks: @Properties({ (name =
Constants.SERVICE_DESCRIPTION, value = "Workflow"), (name =
"process.label", value = "Work...