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
-
If an input dictionary key is provided, looks in the task dictionary for XML.
-
If input XML path is provided, gets the XML.
-
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.
-
Opens XML and processes.
-
If output dictionary key is provided, writes the XML to the task dictionary.
-
If output XML path is provided, writes to a local XML file.
-
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.