GVWaitNode

From GreenVulcano Wiki
Jump to: navigation, search

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