class documentation
class PayloadVisitor: (source)
Known subclasses: temporalio.worker._command_aware_visitor.CommandAwarePayloadVisitor
Constructor: PayloadVisitor(skip_search_attributes, skip_headers, concurrency_limit)
A visitor for payloads. Applies a function to every payload in a tree of messages.
def __init__(self, *, skip_search_attributes:
bool = False, skip_headers: bool = False, concurrency_limit: int = 1):
(source)
¶
Creates a new payload visitor.
| Parameters | |
skipbool | If True, search attributes are not visited. |
skipbool | If True, headers are not visited. |
concurrencyint | Maximum number of payload visits that may run concurrently during a single call to visit(). Defaults to 1 (sequential). |
async def _visit_coresdk_workflow_activation_ResolveChildWorkflowExecutionStart(self, fs, o):
(source)
¶
Undocumented
async def _visit_coresdk_workflow_activation_ResolveChildWorkflowExecutionStartCancelled(self, fs, o):
(source)
¶
Undocumented
async def _visit_coresdk_workflow_activation_ResolveRequestCancelExternalWorkflow(self, fs, o):
(source)
¶
Undocumented