Difference between revisions of "FlowDef"

From GreenVulcano Wiki
Jump to: navigation, search
(Created page with "==Description== Defines SubFlow invocation parameters. =={{VULCON}} / {{GVCONSOLE}} Configuration== FlowDef allows to call a SubFlow. The following table shows the FlowDe...")
 
 
Line 15: Line 15:
 
| subflow || required || Name of the sub-flow to invoke.
 
| subflow || required || Name of the sub-flow to invoke.
 
|-
 
|-
| condition || optional || Name of the condition to be verified for subflow execution.
+
| condition || optional || Name of the [[Conditions|condition]] to be verified for subflow execution.
 
If not defined the subflow is always executed.
 
If not defined the subflow is always executed.
 
|-
 
|-

Latest revision as of 11:26, 2 January 2015

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.