... traceCode = 'provideFlowStepBegin', flowInstanceId = 'a0575940-01cd-11e4-8e6d-0024e8ae9b85', flowStepId = 'a1048930-01cd-11e4-8e6d-0024e8ae9b85', flowStepInterfaceName = '{http:...
... here we will find correct MONIT traces about the first service invocation
...
... here after we will find incorrect MONIT traces, containing null values, about other services invocations
...
... traceCode = 'provideFlowStepBegin', flowInstanceId = null, flowStepId = null, flowStepInterfaceName = '{http:... traceCode = 'provideFlowStepBegin', flowInstanceId = null, flowStepId = null, flowStepInterfaceName = '{http:... traceCode = 'provideFlowStepBegin', flowInstanceId = null, flowStepId = null, flowStepInterfaceName = '{http:
Exact, the flow context is not propagated to the service providers except for the first one. The service provider are invoked asynchronously. When receiving the first asynchronous reply, the flow context should be repositionend from the reply.