Execution environment
- class business_logic.models.ExecutionEnvironment(*args, **kwargs)
Environment of execution.
Can be linked to any of
business_logic.models.ProgramInterface->business_logic.models.Program->business_logic.models.ProgramVersionchain.Contains list of
business_logic.models.FunctionLibraryand defines parameters forbusiness_logic.models.Contextcreation.- title
human-readable name
- Type:
str
- description
description
- Type:
str
- libraries
list of
business_logic.models.FunctionLibraryavailable to execution
- debug
default=False
- Type:
bool
- log
default=False
- Type:
bool
- cache
default=True
- Type:
bool
- exception_handling_policy