class documentation

class WorkflowInterceptorClassInput: (source)

View In Hierarchy

Class Variable unsafe_extern_functions Set of external functions that can be called from the sandbox.
unsafe_extern_functions: MutableMapping[str, Callable] = (source)

Set of external functions that can be called from the sandbox.

Warning

Exposing external functions to the workflow sandbox is dangerous and should be avoided. Use at your own risk.

Warning

This API is experimental and subject to removal.