diff --git a/_automating-configurations/api/create-workflow.md b/_automating-configurations/api/create-workflow.md index 054ad19a51c..50f7b9b16e1 100644 --- a/_automating-configurations/api/create-workflow.md +++ b/_automating-configurations/api/create-workflow.md @@ -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 `${{ }}`. 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 `${{ }}`. 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.