skip
CDCloudflare Developers
•Created by skip on 11/26/2024 in #workers-discussions
Workflows result
(PS: I realise the create() will return details/status of the workflow ... in the above I am trying to get the result of the workflow after it's finished running)
3 replies
CDCloudflare Developers
•Created by skip on 11/26/2024 in #workers-discussions
Workflows result
If MYWORKFLOW resolves into JSON ... would be cool if I could return it
If guess I'd like a workflow to wait for another workflow to finish, and also get access to the result
let json = await step.do(async () => {
let resultJSON = await this.env.MYWORKFLOW.create();
return resultJSON;
});
3 replies
CDCloudflare Developers
•Created by srb on 11/2/2024 in #workflows-beta
feel like i must be doing something
I'm surprised this bug still exists after a week? Hope it's not stopping people trying out workflows
6 replies