class documentation

class UnsandboxedWorkflowRunner(WorkflowRunner): (source)

View In Hierarchy

Workflow runner that does not do any sandboxing.

Method create_instance Implements WorkflowRunner.create_instance.
Method prepare_workflow Implements WorkflowRunner.prepare_workflow as a no-op.

Inherited from WorkflowRunner:

Method set_worker_level_failure_exception_types Set worker-level failure exception types that will be used to validate in the sandbox when calling prepare_workflow.