Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Kholid060 committed Feb 1, 2024
2 parents 6f1a180 + f71965d commit 84899dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14'
node-version: '16'
registry-url: https://registry.npmjs.org/

- name: "Deploy to Vercel"
Expand Down
6 changes: 3 additions & 3 deletions docs/blocks/trigger.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ If the `automa:exeucte-workflow` event not working, you can replace it with `__a
:::

## Trigger Through URL
From version v1.28.26 you will be able to execute Automa workflow through an URL, to do this you only need to create a new tab in your browser and input this URL `chrome-chrome-extension://infppggnoaenmfagbfknfkancpbljcca/execute.html#/workfloId`, replace the `workflowId` with the id of the workflow you want to execute.
From version v1.28.26 you will be able to execute Automa workflow through an URL, to do this you only need to create a new tab in your browser and input this URL `chrome-extension://infppggnoaenmfagbfknfkancpbljcca/execute.html#/workflowId`, replace the `workflowId` with the id of the workflow you want to execute.

You can also pass variables to the workflow by adding a query to that URL. For example, `chrome-chrome-extension://infppggnoaenmfagbfknfkancpbljcca/execute.html#/workfloId?variableA=value&variableB=10`
You can also pass variables to the workflow by adding a query to that URL. For example, `chrome-extension://infppggnoaenmfagbfknfkancpbljcca/execute.html#/workflowId?variableA=value&variableB=10`

## Parameters
Refer to: [Workflow Parameters](../workflow/parameters.md)
Refer to: [Workflow Parameters](../workflow/parameters.md)

0 comments on commit 84899dd

Please sign in to comment.