Force agent to execute
Hi all,
Does anyone know a way to force an agent to execute?
I'm writing a test scenario in an activity (TEST_ACTIVITY). It runs another activity (let's name it THE_ACTIVITY) which has Queue-For-Agent step.
And immediately after calling THE_ACTIVITY I have to use step Wait (30 seconds, as a default minimum time). Is there any way I could programmatically trigger an agent to be executed?
Hello,
Well I guess if you need to execute it immediately you shouldn't be using an agent maybe. Can you just execute the work within your second activity instead?