Adding Measurement Points
You can monitor events that take place during job execution by setting them as measurement points. Events could be actions performed such as validation of Steps, generating signoffs, raising of flags, and so on.
Operation Plans can be defined to listen to measurement points with triggers. The values of selected measurement points are then recorded in the Operation Plan execution.
You can set measurement points at the Template and/or Step level.
To add measurement points:
On the main menu, go to
> .The Templates page is displayed.
Select the Template for which you want to set the measurement points.
On the property pane, hover over the
icon to view the list of tabs.
From the list of tabs, select
.
The Measurement Points Editor is displayed.
You can add measurement points at the Step level and/or Template level.
Select a Step in the workspace pane to add measurement points for it in the Editor.
To add measurement points at the Template level , click
in the Editor.
Click
. The fields are displayed.In the Id field, enter an alphanumeric value. This is a required field. The Id helps you identify the measurement point.
From the Type dropdown list, select the type of event for which you want to add a measurement point.
If you are adding measurement points for a step, select one of the following options:
Option
Description
Step Validation
The measurement point listens to the validation of the Step. It records 'True' when the Step is validated and 'False' when the Step action is reverted (for example, a checked Step is unchecked).
Progress
The measurement point listens to the progress of the selected Step. If the Step has child Steps, then the measurement point listens to all the child Steps and the percentage of Steps answered against the total monitored Steps is computed.
You can click Add Source to filter the monitoring of the Step further. From the dropdown list, select one of the following:
Step tag - helps you identify Steps by tag . Enter the tag in the Step Tag field.
Sub-Steps of type - helps you choose sub steps by their type. From the Filter by type dropdown list, select the checkboxes corresponding to the sub step type. To select sub steps of all types, select the checkbox next to .
Required sub-steps - helps you identify sub steps marked as required.
Sub-steps of type with answers - helps you identify sub steps by type and answer. Select the sub step type from the dropdown list and then enter the expected answer in the corresponding answer fields. To listen to sub steps with answers NA, enter NA or N/A.
N/A on Sub-Steps of type - helps you identify sub steps by types marked N/A. Select the sub step type from the dropdown list. To select sub steps of all types, select the check box next to
.
Step Answer
The measurement point listens to the answer of the selected Step.
Signoff
The measurement point listens to the signoff for the selected Step.
If you are adding measurement points at the template level, select one of the following options:
Option
Description
Step Validation
The measurement point listens to the validation of all the Steps of the Template.
Progress
The measurement point listens to the progress of multiple Steps as a percentage of Steps answered against the total number of monitored Steps .
Click Add Source if you want to filter the monitoring of Steps further. From the dropdown list, select one of the following options:
Step tag - helps you identify Steps by tag . Enter the tag in the Step Tag field.
Sub-Steps of type - helps you choose sub steps by their type. From the Filter by type dropdown list, select the checkboxes corresponding to the sub step type. To select sub steps of all types, select the checkbox next to .
Required sub-steps - helps you identify sub steps marked as required.
Sub-steps of type with answers - helps you identify sub steps by type and answer. Select the sub step type from the dropdown list and then enter the expected answer in the corresponding answer fields. To listen to sub steps with answers NA, enter NA or N/A.
N/A on Sub-Steps of type - helps you identify sub steps by types marked N/A. Select the sub step type from the dropdown list. To select sub steps of all types, select the check box next to
.
Step Answer
The measurement point listens to the answers of multiple Steps and matches against predefined answers.
Flag
The measurement point listens to Steps with flags raised.
Flag Progress
The measurement point listens to the progress as a percentage of the resolved flags against the total number of flags raised in the Template.
Click
to filter the monitoring further.From the dropdown list, choose 'Groups of Flags', and then select a group from the corresponding dropdown list.
Signoff
The measurement point listens to the signoffs of multiple Steps.
Signoff Progress
The measurement point listens to the progress as a percentage of the number of signoffs against the total number of monitored Steps.
Click
if you want to filter the monitoring further.From the dropdown list, select one of the following options:
Step Tag - helps you identify Steps by tags. Enter the Step tag in the Step Tag field.
Sub-Steps of type - helps you identify sub steps by type. From the dropdown list, select the sub step type. To select sub steps of all types, select the checkbox next to
.Required sub-steps - helps you identify sub steps marked as required.
Select the Persistent checkbox if you want the calculated measurement points for the Step or Template to be stored on the job during execution. This is useful when the measurement points need to be computed again while reloading a job.
Click
. The measurement point is added.Note
You can add multiple measurement points in a step.