Difference between revisions of "VulCon first flow"

From GreenVulcano Wiki
Jump to: navigation, search
Line 15: Line 15:
 
*[[Channel]]
 
*[[Channel]]
 
*[[Operation]]
 
*[[Operation]]
After clicking on finish button, a new TOUPPER_VULCON service will be available,and the editor displays the flow {{VULCON}},see figure Operation diagram.
+
After clicking on finish button, a new TOUPPER_VULCON service will be available,and the editor displays the flow {{VULCON}},see figure Operation diagram. User may customize a service flow, adding new operation nodes with the [[Palette]] tool. For example, let’s add a Notification node to notify a flow error (after the check node: it’s identified with a red arrow). When you drag the Node Editor on the new Notification Wizard will appear, to guide the user to the configuration of the node in this case the necessary steps are:
 
+
*id: add the node nome.
 
+
*on-critical-error: error management, you decide whether to continue or end the flow
 
+
*next-node-id: the next node
 
+
*output: GVBuffer naming the output node
 
 
 
 
 
 
 
 
'''da eliminare'''
 
The easiest way to create a [[{{VULCON}} Service]] is interacting with the “Wizard New Service” option. From the Core view, select the wizard item in the drop down menu shown expanding the GVServices element and clicking on the Services element with the right mouse button. In addition to service name, user may select a group (among those ones already configured) and a communication paradigm between the couples Client-ESB and ESB-Server. In this new service, client will be any system suggested with {{GVESB}} name, and server will be an internal {{GVESB}} test service.
 

Revision as of 11:30, 10 February 2012

First flow service

Wizard New Service

The easiest way to create a VulCon service is interacting with the “Wizard New Service” option. From the Core view

GVServices --> Services

and clicking on the Services element with the right mouse button, as shown in the figure, the user can choose four different types of services:

In addition to service name, user may select a group (among those ones already configured) and a communication paradigm between the couples Client-ESB and ESB-Server. Now let’s choose “DEFAULT_GRP” as group and “Synchronous-Synchronous” as scenario. Service will be called “TOUPPER_VULCON”. Continuing with the wizard the user chooses the triple

Operation diagram

After clicking on finish button, a new TOUPPER_VULCON service will be available,and the editor displays the flow VulCon,see figure Operation diagram. User may customize a service flow, adding new operation nodes with the Palette tool. For example, let’s add a Notification node to notify a flow error (after the check node: it’s identified with a red arrow). When you drag the Node Editor on the new Notification Wizard will appear, to guide the user to the configuration of the node in this case the necessary steps are:

  • id: add the node nome.
  • on-critical-error: error management, you decide whether to continue or end the flow
  • next-node-id: the next node
  • output: GVBuffer naming the output node