I need architecture / design guidance on my Workflow. I have my MAIN workflow with several steps. I
I need architecture / design guidance on my Workflow.
I have my MAIN workflow with several steps. It's working fine as-is. In step N, it produces a file (sends it to R2). As soon as the file drops onto R2, I want another, independent workflow (Worker + DO + WF) to start. How best do I trigger my other workflow so that my MAIN workflow doesn't get bogged down by the multi-step processing of this other workflow?
I have my MAIN workflow with several steps. It's working fine as-is. In step N, it produces a file (sends it to R2). As soon as the file drops onto R2, I want another, independent workflow (Worker + DO + WF) to start. How best do I trigger my other workflow so that my MAIN workflow doesn't get bogged down by the multi-step processing of this other workflow?