Edit Flow Settings Manually
- Last Updated: April 5, 2026
- 1 minute read
Edit Flow Settings Manually
About this task
Editing a flow involves the following tasks:
- Editing the flow settings.
- Managing the steps in the flow:
- Creating steps in your flow.
- Editing steps in your flow.
- Removing steps from your flow.
- Rearranging the steps in your flow.
This topic covers the first task. The Manage Steps in a Flow topic covers the second.
Procedure
- In a text editor, open the flow definition file.
{
"name": "your-flow-name",
"description": "",
"batchSize": 100,
"threadCount": 4,
"options": {
"sourceQuery": null
},
"steps": {}
}
- Edit the flow definition file.
- Save your file.
What to do next
- Create steps in your flow.
- Edit steps in your flow.
- Remove steps from your flow.
- Rearrange the steps in your flow.