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...") |
(No difference)
|
Revision as of 10:25, 23 February 2012
GreenVulcano® ESB Configuration
The GVWaitNode allows you to enter the delays in the execution of a workflow.
The following table shows the GVWaitNode element's attributes:
| Attribute | Type | Description |
|---|---|---|
| type | fixed | This attribute must assume the value flow-node. |
| op-type | fixed | This attribute must assume the value wait. |
| 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. |
| 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:
|
| 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 VulCon®. |
| point-y | optional | Y position of the node in the VulCon workflows editor.
Immutable, used by 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. |