Workspace
The workspace is your Cloudomation Engine installation. It contains all your Engine content and processes all your automations.
Dashboard
The workspace dashboard provides you with an overview of the status of your workspace. It can be accessed by clicking on the Engine logo on the top bar or by clicking on the "Workspace" item in the menu bar on the left.
The workspace dashboard
Configuration
Your workspace can be fine-tuned in many ways using configuration options.
For all configuration options please refer to Workspace Configuration.
Stopping Execution Processing
Setting the workspace setting EXECUTION_PROCESSOR_ENABLED
to false
will cause the workspace to stop processing any and all executions. Executions will remain in their
current state until the setting is set to true
again. This can act as a fail-safe if stopping executions via other means (e.g. execution live monitor) is not viable.
If EXECUTION_PROCESSOR_ENABLED
is set to false
, you cannot resume the processing of an execution by simply clicking on "Resume process" in the execution view.
Workspace version
To find out which version your workspace is, simply hover over the Engine logo in the top left corner of the UI. Alternatively, you can use the flow_api
method system.get_workspace_version()
within a flow script.