Skip to content

Commit

Permalink
docs: fixed cli command in quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
christophergrittner committed Aug 20, 2024
1 parent 5394efc commit 9dfa703
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/pages/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -203,11 +203,11 @@ Upon building our workflow, you can activate and execute your workflow. Again, y

So similar to above, the command to use is:
```bash
admyral workflow virus_total_workflow.py --trigger
admyral workflow trigger virus_total_workflow --payload '{
"url": "www.example.org"
}'
```

TODO: How to add webhook data, e.g. the url?

</Tabs.Tab>
<Tabs.Tab>

Expand All @@ -231,8 +231,6 @@ Upon building our workflow, you can activate and execute your workflow. Again, y
<Callout type="info">
To see the details of the workflow execution, go to the [Run History](/run_history).
</Callout>

activate workflow
</Tabs.Tab>

</Tabs>
Expand Down

0 comments on commit 9dfa703

Please sign in to comment.