Module: Temporalio::Workflow::ChildWorkflowCancellationType

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

Overview

Cancellation types for child workflows.

Constant Summary collapse

ABANDON =

Do not request cancellation of the child workflow if already scheduled.

Internal::Bridge::Api::ChildWorkflow::ChildWorkflowCancellationType::ABANDON
TRY_CANCEL =

Initiate a cancellation request and immediately report cancellation to the parent.

Internal::Bridge::Api::ChildWorkflow::ChildWorkflowCancellationType::TRY_CANCEL
WAIT_CANCELLATION_COMPLETED =

Wait for child cancellation completion.

Internal::Bridge::Api::ChildWorkflow::ChildWorkflowCancellationType::WAIT_CANCELLATION_COMPLETED
WAIT_CANCELLATION_REQUESTED =

Request cancellation of the child and wait for confirmation that the request was received.

Internal::Bridge::Api::ChildWorkflow::ChildWorkflowCancellationType::WAIT_CANCELLATION_REQUESTED