Difference between revisions of "Operations"

From GreenVulcano Wiki
Jump to: navigation, search
(Created page with "==Enqueue== IMG Allows you to perform a queuing/publish on a queue/topic (defined in the systems). ==Dequeue== IMG Allows you to perform a read from a queue or a topic (defi...")
 
Line 1: Line 1:
==Enqueue==
+
The Operation nodes are:
 +
[[File:operationNode.png|thumb|main nodes]]
 +
*Enqueue Node: Allows you to perform a queuing/publish on a queue/topic (defined in the systems).
  
IMG
+
*Dequeue Node: Allows you to perform a read from a queue or a topic (defined in section systems).
  
Allows you to perform a queuing/publish on a queue/topic (defined in the systems).
+
*Call Node: Allows you to perform a synchronous operation (defined in the systems).
  
==Dequeue==
+
*CoreCall Node: Allows you to make a call to another service {{GVESB}}.
  
IMG
+
*SubFlowCall Node: Create a sub-editor, to manage another flow.
 
 
Allows you to perform a read from a queue or a topic (defined in section systems).
 
 
 
==Call==
 
 
 
IMG
 
 
 
Allows you to perform a synchronous operation (defined in the systems).
 
 
 
==CoreCall==
 
 
 
IMG
 
 
 
Allows you to make a call to another service {{GVESB}}
 

Revision as of 15:34, 23 January 2012

The Operation nodes are:

main nodes
  • Enqueue Node: Allows you to perform a queuing/publish on a queue/topic (defined in the systems).
  • Dequeue Node: Allows you to perform a read from a queue or a topic (defined in section systems).
  • Call Node: Allows you to perform a synchronous operation (defined in the systems).
  • CoreCall Node: Allows you to make a call to another service GreenVulcano® ESB.
  • SubFlowCall Node: Create a sub-editor, to manage another flow.