class documentation

class CancelUpdateWorkflowOptions: (source)

View In Hierarchy

Options for cancelling the workflow update backing a Nexus operation.

These options are built by TemporalOperationHandler and passed to TemporalOperationHandler.cancel_workflow_update.

Warning

This API is experimental and unstable.

Class Variable run_id The workflow runID that accepted the update.
Class Variable update_id The ID of the update to cancel.
Class Variable workflow_id The ID of the workflow where the update is running.

The workflow runID that accepted the update.

update_id: str = (source)

The ID of the update to cancel.

workflow_id: str = (source)

The ID of the workflow where the update is running.