All Products
Search
Document Center

CloudOps Orchestration Service:Use the process configuration editor of OOS to edit a template

Last Updated:Jun 18, 2024

The process configuration editor provided by CloudOps Orchestration Service (OOS) allows you to orchestrate a process in a visualized manner. This way, you can create an OOS template with ease. You can configure template parameters to create a template by using the process configuration editor. The creation process is intuitive and concise.CloudOps Orchestration Service (OOS) The process configuration editor frees you from complex syntax rules and error-prone text formats. This improves user experience.

Procedure

  1. Log on to the CloudOps Orchestration Service (OOS) console.

  2. In the left-side navigation pane, choose Automated Task > Custom Template.

  3. On the Custom Template page, click Create Template.

  4. On the Create Template page, edit your template. By default, the process configuration editor is used.

Use the process configuration editor

  1. In the Template Parameters(Optional) section, click Add Template Parameters to add a parameter or click an existing parameter to modify the parameter.

image

The following parameters are available: Parameter Name, Parameter Type, Default Value, Business Components, Parameter Label, and Parameter Description.

image

  1. In the Task Step section, configure a task.

Select a task type. You can click the Task Type drop-down list 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.

image

Edit the task description.

image

Configure the input parameters.image

Configure the output parameters.

image

Configure the exception handling settings.image

  • 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).

  1. In the Template Output(Optional) section, click Add Output Parameter to add an output parameter or click an existing output parameter to modify the output parameter.

image

The following parameters are available: Parameter Name, Output Type, and Output Value.

image

  1. Switch to the template editor mode: For complex scenarios, you can switch from the process configuration editor to the YAML or JSON editor.

image