IPP&E workflow handlers > Action handlers
IPP-set-wbs-element-completion-status
Description
This handler sets the Completion Status property on the TaskInfo attached as the target. It sets this property based on the Completion Status value of FWPs attached to the WBS work package.
Syntax
IPP-set-wbs-element-completion-status
Arguments
This handler has no arguments.
Placement
Typically placed on the Start or Complete action of a task.
Restrictions
None.
Examples
WBS1 has two FWPs, FWP1 and FWP2:
- If the completion status on both FWP1 and FWP2 is Successful, the handler sets the Completion status on the TaskInfo attached to the WBS element to Successful.
- If the completion status on FWP1 is Successful and FWP2 is Failed, the handler sets the Completion status on the TaskInfo attached to the WBS element as Failed.
- If the completion status on FWP1 is Failed and FWP2 is also Failed, the handler sets the Completion status on the TaskInfo attached to the WBS element as Failed.
Note
A WBS work package is identified based on the Work Package check box on the WBS element revision.