Class HandleCaseTaskErrorCmd

java.lang.Object
org.flowable.engine.impl.cmd.HandleCaseTaskErrorCmd
All Implemented Interfaces:
Serializable, Command<Void>

public class HandleCaseTaskErrorCmd extends Object implements Command<Void>, Serializable
Handles an uncaught BusinessError from a child CMMN case instance by propagating it as a BPMN error on the parent CaseTask execution. The full BusinessError is passed through so that error data (code, message, additional data) is preserved for boundary error event variable mapping.
Author:
Joram Barrez
See Also: