Skip to content
12 changes: 6 additions & 6 deletions pages/data-orchestrator/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ Follow this guide to create your first workflow and take it through its full lif
Data Orchestrator requires the user to upload a YAML file to use as a workflow definition.

<Message type="tip">
This is a basic example of a sequential workflow using three Serverless Jobs. For more examples, see the [Action tasks](/data-orchestrator/reference-content/action-tasks/) and [Logic tasks](/data-orchestrator/reference-content/logic-tasks/) documentation.
This is a basic example of a sequential workflow using three Serverless Jobs. Remember to replace the placeholders with the appropriate values.
Replace the placeholders with the appropriate values. The `namespace` and `name` fields are required, and can be used as metadata to help organize YAML files.

For more examples, see the [Action tasks](/data-orchestrator/reference-content/action-tasks/) and [Logic tasks](/data-orchestrator/reference-content/logic-tasks/) documentation.
</Message>

1. Create a YAML file, copy and paste the following content into the file.
Expand Down Expand Up @@ -64,11 +67,8 @@ Data Orchestrator requires the user to upload a YAML file to use as a workflow d
id: "<Serverless_job3_ID>"
region: "fr-par"
```
2. Replace the ID placeholders with the IDs of your Serverless Jobs. You can copy them from the [Serverless Jobs page](https://console.scaleway.com/serverless-jobs/) of the console.
<Message type="note">
The fields `namespace` and `name` are required. They can be used as metadata to help organize your YAML files.
</Message>
3. Save the YAML file.

2. Save the YAML file.

## Create a Data Orchestrator workflow

Expand Down
Loading
Loading