Enumeration: ParentClosePolicy
Defines how child workflows will react to their parent completing
Enumeration Members
PARENT_CLOSE_POLICY_ABANDON
• PARENT_CLOSE_POLICY_ABANDON = 2
The child workflow will do nothing
PARENT_CLOSE_POLICY_REQUEST_CANCEL
• PARENT_CLOSE_POLICY_REQUEST_CANCEL = 3
Cancellation will be requested of the child workflow
PARENT_CLOSE_POLICY_TERMINATE
• PARENT_CLOSE_POLICY_TERMINATE = 1
The child workflow will also terminate
PARENT_CLOSE_POLICY_UNSPECIFIED
• PARENT_CLOSE_POLICY_UNSPECIFIED = 0
PARENT_CLOSE_POLICY_UNSPECIFIED value