In my backend workflow, I have two custom events. The first event schedules an API workflow on a list.
Will the second custom event wait to trigger until the first event completes the API workflow on the list, or will it trigger as soon as the API workflow is scheduled, regardless of completion?
once you schedule a backend workflow (or a list of them) the only information retained by the current workflow is the id of the scheduled workflow. you don’t have any information about the workflow status (eg. completed/running success/error)