Difference between revisions of "Conditions"

From GreenVulcano Wiki
Jump to: navigation, search
(Created page with "==Description== =={{VULCON}} / {{GVCONSOLE}} Configuration== The element ''Conditions'' defines the conditions that allow to activate the mechanisms for routing {{GVESB}} workf...")
 
Line 1: Line 1:
 
==Description==
 
==Description==
 +
 +
The element ''Conditions'' defines the conditions that allow to activate the mechanisms for routing {{GVESB}} workflows.
  
 
=={{VULCON}} / {{GVCONSOLE}} Configuration==
 
=={{VULCON}} / {{GVCONSOLE}} Configuration==
  
The element ''Conditions'' defines the conditions that allow to activate the mechanisms for routing {{GVESB}} workflows.
 
  
The conditions are used in items [[GVRouting]] and [[GVNodeCheck]].
+
Conditions is used in items [[GVRouting]] and [[GVNodeCheck]].
  
The conditions can be defined depending on the contents of GVBuffer field or according to the exceptions that may occur during the execution of workflows. Can be used in different parts of the configuration.
+
The conditions can be defined depending on the contents of [[GVBuffer]] field or according to the exceptions that may occur during the execution of workflows. Can be used in different parts of the configuration.
  
 
The following list shows all the elements that can have a sub-element ''Conditions'':
 
The following list shows all the elements that can have a sub-element ''Conditions'':
* Service: The element ''Conditions'' of [[Service]] defines all the conditions that apply to routing of all workflows instantiated in the service, for all clients of the service.
+
* [[Service]]: The element ''Conditions'' of [[Service]] defines all the conditions that apply to routing of all workflows instantiated in the service, for all clients of the service.
* Client: The element ''Conditions'' of [[Client]] defines all the conditions that apply to routing of all workflows instantiated in the service's client  
+
* [[Client]]: The element ''Conditions'' of [[Client]] defines all the conditions that apply to routing of all workflows instantiated in the service's client  
* Flow: The element ''Conditions'' of [[Flow]] defines all the conditions that apply to routing of the single workflow defined in the 'Flow' element.
+
* [[Flow]]: The element ''Conditions'' of [[Flow]] defines all the conditions that apply to routing of the single workflow defined in the 'Flow' element.
  
 
The above list is sorted according to a growing priority assessment: the same condition can be defined in several different places.
 
The above list is sorted according to a growing priority assessment: the same condition can be defined in several different places.
 
In case of multiple definitions, the definition with the highest priority is used.
 
In case of multiple definitions, the definition with the highest priority is used.
 +
 +
Might contain the following sub-elements:
 +
* Description
 +
* [[GVBufferCondition]]
 +
* [[ExceptionCondition]]
 +
* [[JavaScriptCondition]]

Revision as of 12:38, 23 February 2012

Description

The element Conditions defines the conditions that allow to activate the mechanisms for routing GreenVulcano® ESB workflows.

VulCon / GV Console Configuration

Conditions is used in items GVRouting and GVNodeCheck.

The conditions can be defined depending on the contents of GVBuffer field or according to the exceptions that may occur during the execution of workflows. Can be used in different parts of the configuration.

The following list shows all the elements that can have a sub-element Conditions:

  • Service: The element Conditions of Service defines all the conditions that apply to routing of all workflows instantiated in the service, for all clients of the service.
  • Client: The element Conditions of Client defines all the conditions that apply to routing of all workflows instantiated in the service's client
  • Flow: The element Conditions of Flow defines all the conditions that apply to routing of the single workflow defined in the 'Flow' element.

The above list is sorted according to a growing priority assessment: the same condition can be defined in several different places. In case of multiple definitions, the definition with the highest priority is used.

Might contain the following sub-elements: