Uses of Interface
de.xima.fc.interfaces.workflow.params.INodeTransferredControlExceptionBuilder
-
Packages that use INodeTransferredControlExceptionBuilder Package Description de.xima.fc.interfaces.workflow.params -
-
Uses of INodeTransferredControlExceptionBuilder in de.xima.fc.interfaces.workflow.params
Methods in de.xima.fc.interfaces.workflow.params that return INodeTransferredControlExceptionBuilder Modifier and Type Method Description default INodeTransferredControlExceptionBuilder
INodeTransferredControlExceptionBuilder. targetNode(WorkflowNode targetNode)
Sets the optionaltarget
of the loop node which is targeted by the abrupt loop completion.INodeTransferredControlExceptionBuilder
INodeTransferredControlExceptionBuilder. targetNode(NodeKey targetNode)
Sets the optionalnode key
of the loop node which is targeted by the abrupt loop completion.INodeTransferredControlExceptionBuilder
INodeExecutionParams. transferringControlException(String controlTransferType)
When the node was executed, and you wish to break the execution of an ongoing loop via a break statement, create a breaking loop exception with this method and throw it.
-