AutomaApp / automa

A browser extension for automating your browser by connecting blocks
https://www.automa.site
Other
10.72k stars 1.09k forks source link

Unable to start a hosted workflow via ID #1776

Open Banalian opened 4 days ago

Banalian commented 4 days ago

Describe the bug After hosting a workflow, then getting it on another computer, I tried to trigger it using either the host Id or the editor Id with the extension url, which I am able to do with a normal workflow. Using an hosted workflow, the workflow cannot be found.

To Reproduce Steps to reproduce the behavior: 1.Host a workflow 2.Get that hosted workflow on another pc 3.Try to trigger that workflow with the url method (for example chrome-extension://infppggnoaenmfagbfknfkancpbljcca/execute.hitml#/<workflowId>

Expected behavior Even on an hosted workflow, at least one of the two id should work to be able to trigger the workflow programmatically

Desktop (please complete the following information):

Additional context my goal was to use an hosted workflow to easily share a workflow and update it, only with specific people. We use Autohotkey to trigger the workflow via the url. It works if I connect my account and download the script, but that means that any update forces me to go and re-downnload the backup to update it on another computer. I was hoping the hosted workflow would help. In any case, it's a great extension, thanks a lot for it!