Main flow for the MQ to Salesforce: Account Management pattern

Details about the Main flow

  1. The Main flow contains an input queue for each of the operations selected. The available operations are:
    • Create account
    • Create contact
    • Delete account
    • Delete contact

    A message is received on an MQInput node. If validation is required by the pattern parameters, this action is performed immediately.

  2. The message format is XML by default, using a message set defined by the pattern. If you select advanced customisation the message format will be as defined by your own message set.
  3. If validation has been selected then the message is validated immediately. The message passes to the related subflow which transforms the request and makes the necessary service calls to Salesforce to fulfil the request.
  4. If the subflow terminates without errors no further action is taken in the Main flow. Any errors not handled in the subflows are caught in the main flow and passed to the Error flow.
Back to the overview