module documentation
Undocumented
| Function | workflow |
Decorator marking a method as the start method for a workflow-backed operation. |
| Type Variable | |
Undocumented |
@overload
def workflow_run_operation(start:
@overloadCallable[ [ ServiceHandlerT, WorkflowRunOperationContext, InputT], Awaitable[ WorkflowHandle[ OutputT]]]) -> Callable[ [ ServiceHandlerT, WorkflowRunOperationContext, InputT], Awaitable[ WorkflowHandle[ OutputT]]]:def workflow_run_operation(*, name:
(source)
¶
str | None = None) -> Callable[ [ Callable[ [ ServiceHandlerT, WorkflowRunOperationContext, InputT], Awaitable[ WorkflowHandle[ OutputT]]]], Callable[ [ ServiceHandlerT, WorkflowRunOperationContext, InputT], Awaitable[ WorkflowHandle[ OutputT]]]]:Decorator marking a method as the start method for a workflow-backed operation.