Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Widdis <[email protected]>
  • Loading branch information
dbwiddis committed Mar 20, 2024
1 parent 9844613 commit 134be1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _automating-configurations/api/create-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Creating a workflow adds the content of a workflow template to the flow framewor

To obtain the validation template for workflow steps, call the [Get Workflow Steps API]({{site.url}}{{site.baseurl}}/automating-configurations/api/get-workflow-steps/).

You can include expresions in the value of workflow step fields which will be substituted with a user-provided value during provisioning, using the format `${{ <value> }}`. For example, you can specify a credential field in a template as `openAI_key: '${{ openai_key }}'`, and then pass the actual key as a parameter using the [Provision Workflow API]({{site.url}}{{site.baseurl}}/automating-configurations/api/provision-workflow/) or using this API with the `provision` parameter set to `true`.
You can include expressions in the value of workflow step fields which will be substituted with a user-provided value during provisioning, using the format `${{ <value> }}`. For example, you can specify a credential field in a template as `openAI_key: '${{ openai_key }}'`, and then pass the actual key as a parameter using the [Provision Workflow API]({{site.url}}{{site.baseurl}}/automating-configurations/api/provision-workflow/) or using this API with the `provision` parameter set to `true`.

Once a workflow is created, provide its `workflow_id` to other APIs.

Expand Down

0 comments on commit 134be1b

Please sign in to comment.