Difference between revisions of "GVWaitNode"
(Created page with "=={{GVESB}} Configuration== The GVWaitNode allows you to enter the delays in the execution of a workflow. The following table shows the GVWaitNode element's attributes: {|class...") |
|||
Line 1: | Line 1: | ||
− | =={{ | + | =={{VULCON}}/{{GVCONSOLE}} Configuration== |
− | The GVWaitNode allows you to enter the delays in the execution of a workflow. | + | The GVWaitNode allows you to enter the delays in the execution of a workflow, is a [[Flow]] element that extends [[FlowNode]]. |
The following table shows the GVWaitNode element's attributes: | The following table shows the GVWaitNode element's attributes: | ||
{|class="gvtable" | {|class="gvtable" | ||
! Attribute !! Type !! Description | ! Attribute !! Type !! Description | ||
− | |||
− | |||
|- | |- | ||
| op-type || fixed || This attribute must assume the value '''wait'''. | | op-type || fixed || This attribute must assume the value '''wait'''. | ||
|- | |- | ||
| class || fixed || This attribute must assume the value '''it.greenvulcano.gvesb.core.flow.GVWaitNode'''. | | class || fixed || This attribute must assume the value '''it.greenvulcano.gvesb.core.flow.GVWaitNode'''. | ||
− | |||
− | |||
|- | |- | ||
| timeout || required || Defines the duration of waiting, in ms. | | timeout || required || Defines the duration of waiting, in ms. | ||
Line 24: | Line 20: | ||
* gvbuffer | * gvbuffer | ||
* both | * both | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|} | |} |
Latest revision as of 14:59, 4 March 2013
VulCon/GV Console Configuration
The GVWaitNode allows you to enter the delays in the execution of a workflow, is a Flow element that extends FlowNode.
The following table shows the GVWaitNode element's attributes:
Attribute | Type | Description |
---|---|---|
op-type | fixed | This attribute must assume the value wait. |
class | fixed | This attribute must assume the value it.greenvulcano.gvesb.core.flow.GVWaitNode. |
timeout | required | Defines the duration of waiting, in ms. |
input | required | Object used for the 'sleep-if' check. |
sleep-if | required | Defines the type of data that enables the execution of wait.
The attribute's admitted values are:
|