Suggestions for flow structure #2728
Unanswered
flaviolivolsi
asked this question in
Q&A
Replies: 1 comment 1 reply
|
Ok, my mistake, I completely skipped the chaining flows section of the docs - I'll report on the updated code in case anyone finds it useful |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi there! I made a combination of flows that does the following:
This is the code I wrote in order to do that:
It works, but it's not ideal because it's not a single flow, therefore it will be interrupted halfway in case the server stops for any reason in the middle of the process. Is there any way to do all of this in a single flow? Unfortunately it's not clear to me from reading the docs, a nudge in the right direction would help. Thanks in advance!
All reactions