Skip to content

Commit

Permalink
style(Nerdgraph): Added minor TW edit
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaenam committed May 10, 2024
1 parent 677fc4a commit bba45c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ mutation {

When you update a workflow, note the only mandatory attributes you need to supply are the `accountId` under `aiWorkflowsUpdateWorkflow` and the `id` of the workflow under `updateWorkflowData`. The rest are optional. For example, you only need to supply the name if you only intend to update the name.

To get the workflow ID, go to the workflow table and click <DoNotTranslate>**...**</DoNotTranslate> at the end of the row. Then, choose <DoNotTranslate>**Copy workflow id to clipboard**</DoNotTranslate>.
To get the workflow ID, go to the workflow table and click the <DoNotTranslate>**<Icon name="fe-more-horizontal"/>**</DoNotTranslate> icon at the end of the row. Then, choose <DoNotTranslate>**Copy workflow id to clipboard**</DoNotTranslate>.

Here's an example of updating a workflow's name and two channels:

Expand Down

0 comments on commit bba45c2

Please sign in to comment.