Difference between revisions of "Iterations"

From GreenVulcano Wiki
Jump to: navigation, search
Line 2: Line 2:
 
[[File:iterationsNode.png|thumb|iterationsNode]]
 
[[File:iterationsNode.png|thumb|iterationsNode]]
 
*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.
 
*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 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 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 SubFlowCall Node : ''' DA COMPLETARE '''
 

Revision as of 11:21, 8 February 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.