Create an OOS template with the process configuration editor

更新时间:
复制 MD 格式

The OOS process configuration editor provides a visual way to create templates by configuring parameters, without complex syntax rules or error-prone text formats.CloudOps Orchestration Service (OOS)

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. The process configuration editor opens by default.

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 it.

image

Available parameters: 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 from the Task Type drop-down list. To view details about a task type, click the link icon next to it. 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: defaults to ACS::END (Terminate entire execution).

  • Process After Successful Execution: defaults to ACS::NEXT (Next Task).

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

image

Available parameters: Parameter Name, Output Type, and Output Value.

image

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

image