Process CIM Message

Looks at the request noun and verb of a CIM-compliant message, and forwards the message to the appropriate processor.

Enabled

  • The user must have the correct user role assigned. This role is determined by the MessageRoleName config value.

  • MMWorkflowManager must be the current extension.

Execute

  1. If an input dictionary key is provided, looks in the task dictionary for XML.

  2. If input XML path is provided, gets the XML.

  3. If neither input parameter has a value, prompts the user for an XML file and retrieves the XML from the path provided by the user.

  4. Opens XML and processes.

  5. If output dictionary key is provided, writes the XML to the task dictionary.

  6. If output XML path is provided, writes to a local XML file.

  7. If neither output parameter has a value, prompts the user for a path to where the XML file should be written and writes out the XML.

Parameters

  • Input Dictionary Key: Dictionary key from which the message is received.

  • Input XML Path: Local path to XML where message may be retrieved.

  • Output Dictionary Key: Dictionary key to which the message is stored.

  • Output XML Path: Local path to XML where message is to be stored.

QR Code is a registered trademark of DENSO WAVE INCORPORATED in Japan and other countries.

Was this helpful?