Skip to content

Commit

Permalink
Correcting props link
Browse files Browse the repository at this point in the history
  • Loading branch information
dylburger authored Oct 8, 2024
1 parent 0ef5c8a commit c6c7db2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs-v2/pages/rest-api/workflows.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ In the Get Workflow API response, you'll see two properties:
* `triggers` - represents the triggers for the workflow.
* `steps` - represents the series of steps within your workflow

`triggers` and `steps` contain [props](/workflows/steps/using-props/) that define the connected accounts as well as configuration.
`triggers` and `steps` contain [props](/workflows/using-props) that define the connected accounts as well as configuration.

The next step is to learn how we can pass our specific connected accounts to app based props in the `steps` and/or `triggers` of the workflow template.

Expand Down Expand Up @@ -252,4 +252,4 @@ Finally, send the request to create this new workflow with this payload we've de
You should see the new workflow within your Pipedream dashboard under the workspace and project defined in the payload.

You can use this request to dynamically create new instances of the same workflow with different props, connected accounts and settings.
</Steps>
</Steps>

0 comments on commit c6c7db2

Please sign in to comment.