I want to be able to run a forms process. This will start a workflow and hold until that workflow is complete.
The workflow is needing to wait for external conditions to complete in order to finish. I know I can have a repeat loop with delay build in so the workflow isn't running processes infinitely. But this also means there are 100+ workflows running and looping every 10 minutes to see if a condition is met.
Is there a way to hold a form and push forward once an external condition is met to trigger? Or can the same be done to externally update a workflow so it doesn't have to loop and check if condition is met?