Participant

From GreenVulcano Wiki
Revision as of 13:08, 26 January 2012 by Anonymous (talk) (Created page with "==Description== The element 'Participant' denotes a system and its channel by which participates in the implementation of the workflow. =={{VULCON}}{{GVESB}} Configuration== ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Description

The element 'Participant' denotes a system and its channel by which participates in the implementation of the workflow.


VulConGreenVulcano® ESB Configuration

Participant is used by the Operation element. Its attributes are:

  • id-system: Identifies a system configured in the System section as a workflow participant. Its value cannot be null.
  • id-channel: Specifies the channel to which the system participates. The operations used in the workflow can only be selected by this channel. The attribute value cannot be null.


How to

Adding a Participant

Once an operation has been created, you must add a Participant. This is made by right clicking on Operation, Insert After (or Insert Before), Participant. Clicking on the new Participant element, you can select, in the VulCon right inferior panel, first the id-system and then the id-channel among those available for the selected system.


Into the GVCore.xml configuration file:

<Service group-name="DEFAULT_GRP" id-service="TestRSH" service-activation="on" statistics="off">
      <Operation name="RequestReply" operation-activation="on" out-check-type="sys-svc-id" type="operation">
          <Participant id-channel="TEST_CHANNEL_FILE" id-system="GVESB"/>
              <Flow first-node="callRSH" point-x="20" point-y="150">
                          ---
              </Flow>
      </Operation>
</Service>