Module: Temporalio::Workflow::ParentClosePolicy

Defined in:
lib/temporalio/workflow/parent_close_policy.rb

Overview

How a child workflow should be handled when the parent closes.

Constant Summary collapse

UNSPECIFIED =

Unset.

Internal::Bridge::Api::ChildWorkflow::ParentClosePolicy::PARENT_CLOSE_POLICY_UNSPECIFIED
TERMINATE =

The child workflow will also terminate.

Internal::Bridge::Api::ChildWorkflow::ParentClosePolicy::PARENT_CLOSE_POLICY_TERMINATE
ABANDON =

The child workflow will do nothing.

Internal::Bridge::Api::ChildWorkflow::ParentClosePolicy::PARENT_CLOSE_POLICY_ABANDON
REQUEST_CANCEL =

Cancellation will be requested of the child workflow.

Internal::Bridge::Api::ChildWorkflow::ParentClosePolicy::PARENT_CLOSE_POLICY_REQUEST_CANCEL