temporalio.worker.WorkflowInstanceDetails
class documentation

class WorkflowInstanceDetails: (source)

View In Hierarchy

Immutable details for creating a workflow instance.

disable_eager_activity_execution: bool = (source)

Undocumented

extern_functions: Mapping[str, Callable] = (source)

Undocumented

Undocumented

interceptor_classes: Sequence[type[WorkflowInboundInterceptor]] = (source)

Undocumented

Undocumented

last_failure: Failure | None = (source)

Undocumented

Undocumented

randomness_seed: int = (source)

Undocumented

worker_level_failure_exception_types: Sequence[type[BaseException]] = (source)

Undocumented