GVSubFlowSpawnNode
Description
Node that allows direct invocation of a GreenVulcano® ESB core workflow's sub-flows as spawned processes.
VulCon / GV Console Configuration
GVSubFlowSpawnNode allows to call a SubFlow in parallel, is a Flow element that extends FlowNode.
The following table shows the GVSubFlowSpawnNode element's attributes:
Attribute | Type | Description |
---|---|---|
class | fixed | This attributes must assume the value it.greenvulcano.gvesb.core.flow.GVSubFlowSpawnNode |
op-type | fixed | This attributes must assume the value spawn |
change-log-context | optional | If 'true' log context is updated.
The default is 'false'. |
on-exception-id | required | Node on which transfer control in case of exception during subflow initialization. |
on-skip-id | optional | Node on which transfer control in case no subflow are started because all conditions returns false.
If not defined the control is transferred to @default-id node. |
default-id | required | Node on which transfer control if subflow initialization is completed without errors. |
max-thread | optional | Max number of subflow's execution threads.
Default to 5. |
timeout | optional | Max execution time, in seconds, of the spawned subflows.
Default to 30s. |
Might contain the following elements: