The process configuration editor in CloudOps Orchestration Service (OOS) lets you visually build templates by configuring template elements, without writing complex syntax or error-prone text formats.
Procedure
-
Log on to the CloudOps Orchestration Service (OOS) console.
-
In the left-side navigation pane, choose Automated Task > Custom Template.
-
On the Custom Template page, click Create Template.
-
On the Create Template page, edit your template. By default, the process configuration editor is used.
Use the process configuration editor
-
In the Parameters section, click Add Parameter to add a parameter or click an existing parameter to modify the parameter.

-
Parameter Type
-
Parameter Name
-
Default Value
-
Parameter description
-
In the Task Step section, click Create Task. In the Task Details panel, configure the task.
-
Select a task type. You can click Select Task Type to view and select a task type. For more information about each task type, click the link icon next to the task type.
-
Edit the task name and description.
-
Configure the input parameters. For each input parameter, you can select a method to specify the parameter value. The following methods are supported: Select from Parameters, Select from System Parameters, Select from Task Output, Select from Loop Objects, and Custom.
-
Configure the output parameters.
-
Configure the exception handling settings.
-
Process After an Execution Error: The default value is ACS::END(Terminate entire execution).
-
Process After Successful Execution: The default value is ACS::NEXT(Next Task).
-
-
-
In the Output section, click Add Output Parameter to add an output parameter or click an existing output parameter to modify the output parameter.

-
Parameter Name
-
Output Type
-
Output Value
-
-
Switch to the template editor mode: For complex scenarios, you can switch from the process configuration editor to the YAML or JSON editor.
-
In the Task Details panel, turn on Switch to the template editor mode to use the YAML or JSON editor.

-
