Undocumented
Inherited from OutboundInterceptor
:
Instance Variable | next |
Undocumented |
Create the outbound interceptor.
Parameters | |
client:Client | Undocumented |
next | The next interceptor in the chain. The default implementation of all calls is to delegate to the next interceptor. |
DescribeWorkflowInput
) -> WorkflowExecutionDescription
:
(source)
¶
Called for every WorkflowHandle.describe
call.
FetchWorkflowHistoryEventsInput
) -> WorkflowHistoryEventAsyncIterator
:
(source)
¶
Called for every WorkflowHandle.fetch_history_events
call.
GetWorkerBuildIdCompatibilityInput
) -> WorkerBuildIdVersionSets
:
(source)
¶
Called for every Client.get_worker_build_id_compatibility
call.
GetWorkerTaskReachabilityInput
) -> WorkerTaskReachability
:
(source)
¶
Called for every Client.get_worker_task_reachability
call.
ReportCancellationAsyncActivityInput
):
(source)
¶
Called for every AsyncActivityHandle.report_cancellation
call.
StartWorkflowUpdateWithStartInput
) -> WorkflowUpdateHandle[ Any]
:
(source)
¶
Called for every Client.start_update_with_start_workflow
and Client.execute_update_with_start_workflow
call.
Warning
This API is experimental
StartWorkflowUpdateInput
) -> WorkflowUpdateHandle[ Any]
:
(source)
¶
Called for every WorkflowHandle.start_update
and WorkflowHandle.execute_update
call.
UpdateWorkerBuildIdCompatibilityInput
):
(source)
¶
Called for every Client.update_worker_build_id_compatibility
call.
StartWorkflowInput
) -> temporalio.api.workflowservice.v1.SignalWithStartWorkflowExecutionRequest
:
(source)
¶
Undocumented
StartWorkflowInput
) -> temporalio.api.workflowservice.v1.StartWorkflowExecutionRequest
:
(source)
¶
Undocumented
UpdateWithStartStartWorkflowInput
) -> temporalio.api.workflowservice.v1.StartWorkflowExecutionRequest
:
(source)
¶
Undocumented
Union[ StartWorkflowUpdateInput, UpdateWithStartUpdateWorkflowInput]
, workflow_id: str
) -> temporalio.api.workflowservice.v1.UpdateWorkflowExecutionRequest
:
(source)
¶
Undocumented
Union[ temporalio.api.workflowservice.v1.StartWorkflowExecutionRequest, temporalio.api.workflowservice.v1.SignalWithStartWorkflowExecutionRequest]
, input: Union[ StartWorkflowInput, UpdateWithStartStartWorkflowInput]
):
(source)
¶
Undocumented
UpdateWithStartStartWorkflowInput
, update_input: UpdateWithStartUpdateWorkflowInput
, on_start: Callable[ [ temporalio.api.workflowservice.v1.StartWorkflowExecutionResponse], None]
) -> WorkflowUpdateHandle[ Any]
:
(source)
¶
Undocumented