Difference between revisions of "Iterations"

From GreenVulcano Wiki
Jump to: navigation, search
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
The Iterations nodes are:
 
The Iterations nodes are:
[[File:iterationsNode.png|thumb|iterationsNode]]
+
[[File:iterationsNode.png|thumb|{{GVESB}} Iterator Nodes]]
 
*Iterator Enqueue Node: Allows you to perform a queuing iteratively.
 
*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.Using the right mouse button you can edit/add operations or InputServices OutputServices.
 +
*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.
  
*Iterator Dequeue Node: Allows you to run a receive from a queue or a topic in an iterative manner.
+
=={{VULCON}} Configuration==
  
*Iterator Call Node: Allows you to perform a synchronous iteratively.
+
You might insert into your workflow one of the Nodes described above by drag and drop it into the {{VULCON}} Editor View.
 +
 
 +
When one of these nodes is inserted 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 selected. The following table shows this:
  
*Iterator CoreCall Node: Allows you to make a call to another department in an iterative manner.
+
{|class="gvtable"
 +
! Iteration node !! GVIterationOperationNode Sub-element !! Description
 +
|-
 +
| Iterator Enqueue || [[GVIteratorOperationNode#proxy-enqueue|proxy-enqueue]] || Sets a proxy to other Enqueue operation.
 +
|-
 +
| Iterator Dequeue || NONE ||
 +
|-
 +
| Iterator Call ||  [[GVIteratorOperationNode#proxy-call|proxy-call]] || Sets a proxy to other Call operation.
 +
|-
 +
| Iterator CoreCall || [[GVIteratorOperationNode#CoreCall|CoreCall]] || Invokes a {{GVESB}} [[service]].
 +
|-
 +
| Iterator SubFlowCall || [[GVIteratorOperationNode#SubFlowCall|SubFlowCall]] || Invokes a {{GVESB}} operation's [[SubFlow]].
 +
|}
  
*Iterator SubFlowCall Node : --------
+
{{VOTE}}

Latest revision as of 21:39, 18 April 2012

The Iterations nodes are:

GreenVulcano® ESB Iterator Nodes
  • 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.Using the right mouse button you can edit/add operations or InputServices OutputServices.
  • 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 above by drag and drop it into the VulCon Editor View.

When one of these nodes is inserted 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 selected. 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.

{{#w4grb_rate:}} <w4grb_ratinglist latestvotes items="5" nosort/>