Difference between revisions of "GVRouting"

From GreenVulcano Wiki
Jump to: navigation, search
(Created page with "The ''GVRouting'' element associates a condition to a node of the workflow. If the condition is satisfied, the workflow transfers control to the associated node. ...")
 
(No difference)

Latest revision as of 17:17, 27 January 2012

The GVRouting element associates a condition to a node of the workflow. If the condition is satisfied, the workflow transfers control to the associated node.

It has the following attributes:

  • condition: Name of the condition to be verified. The actual meaning of the condition is specified by the elements Conditions present on the nodes Flow, Service and Client.
  • next-node-id: Node to execute if the condition is verified.
  • point-x: X position of the node in the VulCon workflows editor.
  • point-y: Y position of the node in the VulCon workflows editor.