I’m working with two REFramework automations and have only one attended license. Since attended robots can’t be triggered from Orchestrator, I need help managing these two processes without merging them into one large workflow, which could get complex.
Key Ideas:
Modular Approach: Using a “master” automation to call each REFramework sequentially.
Orchestrator API: Triggering the second process via API after the first finishes.
Execution Flow: Ensuring that automation B starts immediately after automation A finishes, without requiring a manual trigger.
Has anyone managed this situation? Any tips or best practices would be helpful!