ParentClosePolicy
: int
in package
Table of Contents
Cases
- Abandon = 2
- Abandon means not doing anything on the child workflow.
- RequestCancel = 3
- Cancel means requesting cancellation on the child workflow.
- Terminate = 1
- Terminate means terminating the child workflow.
- Unspecified
Cases
Unspecified
Terminate
Terminate means terminating the child workflow.
Abandon
Abandon means not doing anything on the child workflow.
RequestCancel
Cancel means requesting cancellation on the child workflow.