class documentation
class UnsandboxedWorkflowRunner(WorkflowRunner): (source)
Workflow runner that does not do any sandboxing.
Method | create |
Implements WorkflowRunner.create_instance . |
Method | prepare |
Implements WorkflowRunner.prepare_workflow as a no-op. |
Inherited from WorkflowRunner
:
Method | set |
Set worker-level failure exception types that will be used to validate in the sandbox when calling prepare_workflow. |