<petals-monit-read-logfiles id="flows" dir="${petals.home}/logs/flow-monitoring" />
<petals-monit-build-flow-trees refid="flows" id="flow-trees">
<petals-extract-flow-step-info refid="flows" selectRandomly="true">
<!-- On initial domain, we select an initial flow step, associated to a request sent by SE RMI -->
<flowStepCriteria name="traceCode" value="consumeExtFlowStepBegin" />
<flowStepCriteria name="flowStepInterfaceName" value="{http: />
<flowStepCriteria name="flowStepServiceName" value="{http: />
<flowStepCriteria name="flowStepOperationName" value="{http: />
<flowStepInfo attribute="flowInstanceId" property="initial-flow-instance-id" />
</petals-extract-flow-step-info>
<petals-assert-flow-tree refid="flow-trees" flowInstanceId="${initial-flow-instance-id}">
<assertFlowTreeNode path="0">
<flowInstanceIdEquals expected="${initial-flow-instance-id}" />
</assertFlowTreeNode>
</petals-assert-flow-tree>
Added in trunk