class documentation

class SandboxedWorkflowRunner(WorkflowRunner): (source)

View In Hierarchy

Runner for workflows in a sandbox.

def create_instance(self, det: WorkflowInstanceDetails) -> WorkflowInstance: (source)
_worker_level_failure_exception_types: Sequence[type[BaseException]] = (source)

Undocumented