temporalio.workflow.SandboxImportNotificationPolicy
Defines the behavior taken when modules are imported into the sandbox after the workflow is initially loaded or unintentionally missing from the passthrough list.
| Constant | RAISE |
Raise an error when an import is triggered in the sandbox that was unintentionally passed through. |
| Constant | SILENT |
Allow imports that do not violate sandbox restrictions and no warnings are generated. |
| Constant | WARN |
Allows dynamic imports that do not violate sandbox restrictions but issues a warning when an import is triggered in the sandbox after initial workflow load. |
| Constant | WARN |
Allows imports that do not violate sandbox restrictions but issues a warning when an import is triggered in the sandbox that was unintentionally passed through. |
Raise an error when an import is triggered in the sandbox that was unintentionally passed through.
Allow imports that do not violate sandbox restrictions and no warnings are generated.
Allows dynamic imports that do not violate sandbox restrictions but issues a warning when an import is triggered in the sandbox after initial workflow load.
Allows imports that do not violate sandbox restrictions but issues a warning when an import is triggered in the sandbox that was unintentionally passed through.