FlowDef
Description
Defines SubFlow invocation parameters.
VulCon / GV Console Configuration
FlowDef allows to call a SubFlow.
The following table shows the FlowDef element's attributes:
| Attribute | Type | Description |
|---|---|---|
| name | required | Name of the FlowDef instance. |
| subflow | required | Name of the sub-flow to invoke. |
| condition | optional | Name of the condition to be verified for subflow execution.
If not defined the subflow is always executed. |
| ref-dp | optional | Name of Data Provider to use for input manipulation.
This Data Provider will receive in input a GVBuffer and must return the object to be inserted in GVBuffer.object. |