Inter Workflow Real-Time Forwarding Agent Input/Output Data and MIM(5.0)

Inter Workflow Real-Time Forwarding Agent Input/Output Data and MIM(5.0)

Input/Output Data

The agent consumes bytearray types.

RequestCycleUDR

If the option "Send response" is used, the agent will change its Input and Output mode to accepting UDR's of type InterWorkflow.RequestCycleUDR instead of the bytearray.

Input

In this mode the field "data" in the UDR should be used for sending the data that was previously sent in the bytearray. The UDR also has a field (of type "any") called "context" which, for example, can be used to mapping a response to a certain client.

Output

The response UDR sent back contains a field "ok" which signals if the agent was successful in writing the data to disk. The UDR also contains a list (of type "any") called "writtenContexts", which will contain all the contexts it has written.

MIM

For information about the Usage Engine MIM and a list of the general MIM parameters, see the section Meta Information Model in https://infozone.atlassian.net/wiki/spaces/UEPE4D/pages/160860399.

Publishes

MIM Parameter

Description

MIM Parameter

Description

File start time

This MIM parameter contains the start time of the interworkflow file, published in a Unix timestamp format (the total number of milliseconds since 1 Jan, 1970).

File end time

This MIM parameter contains the end time of the interworkflow file, published in a Unix timestamp format (the total number of milliseconds since 1 Jan, 1970).

Accesses

The agent accesses various resources from the workflow and all its agents to configure the mapping to the Named MIMs (that is, what MIMs to refer to the collection workflow).