Starting with V11.0, Cora Orchestration has been renamed to Orchestration AI.
V11.1
Overview
As a workflow developer, you can configure workflow explorer objects like Form, Task, Dynamic Task, and Message with a config set. The configuration made through config set overrides the configuration made in the \Shared Resources\Components\WorkflowExplorer\Config\WorkflowExplorer.config file on the server.
To configure workflow explorer objects with a config set, you need to follow the steps below:
| # | Step |
| 1 | Define YAML in the config set. |
| 2 | Configure app variable. |
Define config set for configuring workflow explorer objects
Defining a case config set for workflow explorer objects is similar to creating a generic case config set.
For procedure, see this article.
You need to create the following YAML file in the ConfigSet AppStudio.
IMPORTANT
You can name the files anything of your choice, but need to keep the kind and metadata name exactly as mentioned in the table below.
| YAML file | Kind | Metadata name | Command Manager Id |
|---|---|---|---|
| workflow explorer ui | Document | config-set/v1/ui-workflow-explorer | sq.ui.workflowexplorer.ft.portal |
Sample ConfigSet YAML file
For configuring workflow explorer objects, download the following sample YAML file:
Configuring app variable
The workflow developer sets the Portal.UI.ConfigSetId app variable to load the configuration (if exists) on page load.