User only has attended license, how to run dispatcher and performer one after another?

I am developing 2 bots, 1 dispatcher, that gets employee data from a site and send to queue, 1 performer, which gets the queue and sends email to managers.

On out prod environment, we only have attended bot. So triggers are impossible. How can I make sure my performer runs after dispatcher with this type of license?

Start the dispatc her manually, attended.
Then, once the dispatcher is done, start the performer manually attended.

Or, make a hybrid script (dispatcher in the init phase, performer in the process phase) But it really depends if the dispatchre activities and performer activities are suitable for such a construction.

1 Like