Petals Ant Tasks

Create an Ant task to extract information from MONIT traces

Details

  • Description:
    Hide

    Create an Ant task to extract information from MONIT traces as floowing:

    <petals-monit-read-logfiles id="flows" dir="${petals.home}/logs/flow-monitoring" />
    <petals-extract-flow-step-info refid="flows">
       <flowStepCriteria name="traceCode" value="provideFlowStepBegin" />
       <flowStepCriteria name="flowStepInterfaceName" value="{http://petals.ow2.org/samples/se-bpmn/vacationService}vacation" />
       <flowStepCriteria name="flowStepOperationName" value="{http://petals.ow2.org/samples/se-bpmn/vacationService}new" />
       <flowStepInfo attribute="flowInstanceId" property="initial-flow-instance-id" />
       <flowStepInfo attribute="flowStepId" property="initial-flow-step-id" />
    </petals-extract-flow-step-info>
    Show
    Create an Ant task to extract information from MONIT traces as floowing:
    <petals-monit-read-logfiles id="flows" dir="${petals.home}/logs/flow-monitoring" />
    <petals-extract-flow-step-info refid="flows">
       <flowStepCriteria name="traceCode" value="provideFlowStepBegin" />
       <flowStepCriteria name="flowStepInterfaceName" value="{http://petals.ow2.org/samples/se-bpmn/vacationService}vacation" />
       <flowStepCriteria name="flowStepOperationName" value="{http://petals.ow2.org/samples/se-bpmn/vacationService}new" />
       <flowStepInfo attribute="flowInstanceId" property="initial-flow-instance-id" />
       <flowStepInfo attribute="flowStepId" property="initial-flow-step-id" />
    </petals-extract-flow-step-info>
  • Environment:
    -

Activity

Hide
Christophe DENEUX added a comment - Tue, 30 Jun 2015 - 17:04:05 +0200 - edited

Ant tasks added in trunk

Show
Christophe DENEUX added a comment - Tue, 30 Jun 2015 - 17:04:05 +0200 - edited Ant tasks added in trunk

People

Dates

  • Created:
    Tue, 30 Jun 2015 - 16:53:58 +0200
    Updated:
    Tue, 30 Jun 2015 - 17:06:41 +0200
    Resolved:
    Tue, 30 Jun 2015 - 17:04:04 +0200