Format the Control Message Task Identifier

The Task Identifier node of a control message uniquely identifies the message for status reporting, cancelling, and resubmitting a task.

The following table lists the options and descriptions for the <taskIdentifier> node of a control message.

Option

Description

correlationId

Specifies the unique identifier of the exchange thread, within the coding scheme assigned to the thread by the creating BPM. The identifier must be unique within any specific businessTaskId attribute used as an identification scheme.

Important Note

Correlation Id must not contain the following characters: \ /

businessTaskId

Specifies an informational description of the business task for use as the human-readable equivalent to the correlation ID. Eagle recommends that businessTaskId identifiers be uniquely assigned; however, EJM only enforces uniqueness within the correlationId assignments.

Example: <taskIdentifier> Node

<taskIdentifier>
      <correlationId correlationIdScheme="correlationIdScheme">0830-0820X-2</correlationId>
      <businessTaskId correlationIdScheme="businessTaskIdScheme">PRICE_LOAD-0820X</businessTaskId>
</taskIdentifier>