Sipke Schoorstra
Sipke Schoorstra
What happens here is that you started the workflow manually, which causes the Event activity to execute, which will create a Bookmark and suspends the workflow. To resume the workflow,...
Here's the Postman request I used: ``` curl --location 'https://localhost:5001/elsa/api/events/MyEvent/trigger' \ --header 'Content-Type: application/json' \ --header 'Authorization: ApiKey 48587230567A646D394B435A6277734A-4802fa49-e91e-45e8-b00f-b5492377e20b' \ --data '{ }' ``` And here's an export of the...
It looks like you have a different project setup. The API request you made responds with HTML from the Elsa Studio project.
I have tried that, too. Works fine. Are you on the `main` branch, or `patch/3.2.x`?
Yeah same here. If there's anything you can share in terms of steps to reproduce (from scratch) and or a sample project that you can zip and send over, I'd...
@sebastienros suggested that perhaps we can consider making Orchard understand IHostedService implementations in tenant service collections.
Nice catch @dhanke-saio 👍🏻