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.ProgramVersion
chain.Contains list of
business_logic.models.FunctionLibrary
and defines parameters forbusiness_logic.models.Context
creation.-
title
¶ human-readable name
Type: str
-
description
¶ description
Type: str
-
libraries
¶ list of
business_logic.models.FunctionLibrary
available to execution
-
debug
¶ default=False
Type: bool
-
log
¶ default=False
Type: bool
-
cache
¶ default=True
Type: bool
-
exception_handling_policy
¶ Type: business_logic.config.ExceptionHandlingPolicy
-