I want the BAM view to show
- IntegrationStart
- MessageType
- ServiceName
- ServiceStart
- ServiceEnd
- IntegrationDuration
The messages comes from one receive port and are passed to an orchestration, one message per orchestration, that sends them to a WCF service.
I know how to solve this scenario if I have one incoming message that goes all the way (different InterchangeID), but I have a batch that the receive pipeline split to individual messages (with the same InterchangeID).
I cannot use a unique value in the message, since there can be more than one in the batch.
I guess I need to use Relationship, but how?
What ID can I relate?