Edit Flow Settings Manually

About this task

Editing a flow involves the following tasks:
  1. Editing the flow settings.
  2. 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

  1. In a text editor, open the flow definition file.
       {
        "name": "your-flow-name",
        "description": "",
        "batchSize": 100,
        "threadCount": 4,
        "options": {
          "sourceQuery": null
        },
        "steps": {}
      }
    
  2. Edit the flow definition file.
  3. 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.