Difference between revisions of "Iterations"

From GreenVulcano Wiki
Jump to: navigation, search
({{VULCON}} Configuration)
({{VULCON}} Configuration)
Line 10: Line 10:
  
 
You might insert into your workflow one of the Nodes described bellow by drag and drop it into the {{VULCON}} Editor View.
 
You might insert into your workflow one of the Nodes described bellow by drag and drop it into the {{VULCON}} Editor View.
When node will be insert into the editor, a new element [[GVIterationOperationNode]] will appear into the element [[Flow]] (or [[SubFlow]]) of your Service [[Operation]]. This element will contain a sub-element which variates depending on the Iteration Node you select. The following table shows this:
+
 
 +
When node will be insert into the editor, a new element [[#GVIteratorOperationNode|GVIteratorOperationNode]] will appear into the element [[Flow]] (or [[SubFlow]]) of your Service [[Operation]]. This element will contain a sub-element which variates depending on the Iteration Node you select. The following table shows this:
  
 
{|class="gvtable"
 
{|class="gvtable"
 
! Iteration node !! GVIterationOperationNode Sub-element !! Description
 
! Iteration node !! GVIterationOperationNode Sub-element !! Description
 
|-
 
|-
|  
+
| Iterator Enqueue || [[#proxy-enqueue|proxy-enqueue]] || Sets a proxy to other Enqueue operation.
 +
|-
 +
| Iterator Dequeue || NONE ||
 +
|-
 +
| Iterator Call ||  [[#proxy-call|proxy-call]] || Sets a proxy to other Call operation.
 +
|-
 +
| Iterator CoreCall || [[#CoreCall|CoreCall]] || Invokes a {{GVESB}} [[service]].
 +
|-
 +
| Iterator SubFlowCall || [[#SubFlowCall|SubFlowCall]] || Invokes a {{GVESB}} operation's [[SubFlow]].
 
|}
 
|}

Revision as of 09:15, 5 March 2012

The Iterations nodes are:

iterationsNode
  • Iterator Enqueue Node: Allows you to perform a queuing iteratively.
  • Iterator Dequeue Node: Allows you to run a receive from a queue or a topic in an iterative manner.
  • Iterator Call Node: Allows you to perform a synchronous iteratively.
  • Iterator CoreCall Node: Allows you to make a call to another department in an iterative manner.
  • Iterator SubFlowCall Node: Allows you to make a call to a subflow in an iterative manner.

VulCon Configuration

You might insert into your workflow one of the Nodes described bellow by drag and drop it into the VulCon Editor View.

When node will be insert into the editor, a new element GVIteratorOperationNode will appear into the element Flow (or SubFlow) of your Service Operation. This element will contain a sub-element which variates depending on the Iteration Node you select. The following table shows this:

Iteration node GVIterationOperationNode Sub-element Description
Iterator Enqueue proxy-enqueue Sets a proxy to other Enqueue operation.
Iterator Dequeue NONE
Iterator Call proxy-call Sets a proxy to other Call operation.
Iterator CoreCall CoreCall Invokes a GreenVulcano® ESB service.
Iterator SubFlowCall SubFlowCall Invokes a GreenVulcano® ESB operation's SubFlow.