Skip to main content

Enumeration: ParentClosePolicy

workflow.ParentClosePolicy

How a Child Workflow reacts to the Parent Workflow reaching a Closed state.

See

Parent Close Policy

Enumeration Members

PARENT_CLOSE_POLICY_ABANDON

PARENT_CLOSE_POLICY_ABANDON = 2

When the Parent is Closed, nothing is done to the Child.


PARENT_CLOSE_POLICY_REQUEST_CANCEL

PARENT_CLOSE_POLICY_REQUEST_CANCEL = 3

When the Parent is Closed, the Child is Cancelled.


PARENT_CLOSE_POLICY_TERMINATE

PARENT_CLOSE_POLICY_TERMINATE = 1

When the Parent is Closed, the Child is Terminated.

Default


PARENT_CLOSE_POLICY_UNSPECIFIED

PARENT_CLOSE_POLICY_UNSPECIFIED = 0

If a ParentClosePolicy is set to this, or is not set at all, the server default value will be used.