Difference between revisions of "GVWaitNode"

From GreenVulcano Wiki
Jump to: navigation, search
(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:
=={{GVESB}} Configuration==
+
=={{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
|-
 
| type || fixed || This attribute must assume the value '''flow-node'''.
 
 
|-
 
|-
 
| 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'''.
|-
 
| id || required || Uniquely identifies the wait node.
 
 
|-
 
|-
 
| 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
|-
 
| next-node-id || required || Indicates the next node in the workflow to execute when the operation ends.
 
|-
 
| point-x || optional || X position of the node in the VulCon workflows editor.
 
Immutable, used by {{L_VULCON}}.
 
|-
 
| point-y || optional || Y position of the node in the VulCon workflows editor.
 
Immutable, used by {{L_VULCON}}.
 
|-
 
| dump-in-out || optional || If true enable the dump of the input/output [[GVBuffer]].
 
Default false.
 
|-
 
| dump-env-in-out || optional || If true enable the dump of the input/output Execution Environment.
 
Default false.
 
 
|}
 
|}

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:

  • exception
  • gvbuffer
  • both