Hello,
I have a process in orchestrator which is queue triggered. If i stop the job when it is executing it completes the current transaction & stops. But then again after every 15 mins the job starts executing. How can i stop it?
Need help to resolve this issue.
Thanks @Gokul001 I have already gone through this Document and created Trigger based on it. but still i am facing the same issue
Can you show what configuration that you gave in the triggers.
And if its a queue trigger then if minimum number of items are in new state then the BOT would be triggered as it is the functionality of the queue trigger
cheers
Are there any items in the queue in New state?
If yes then as per your trigger even if one new queue item is present then the BOT will trigger.
cheers
Yes i do have items in queue. Which setting do i have to change to stop the process executing
Can you tell me when you don’t want to run the bot?
Queue triggers by default will trigger the bot if there are new items in queue. you can change for how many items should the trigger start the bot by using below highlighted fields
Min number of items to trigger - You set it to 1 which means you want the bot to start when there is atleast one item in the queue. If you want bot to trigger only when there are minimum of 3 new items then set the value to 3
Another job is triggered - This property is set to 1 and pending or running jobs is also 1 so no new bot triggers when another item is added.
You have to disable queue trigger for it to stop creating jobs for now
cheers
If my Process is executing and i stop it.i dont want it to get triggered again because there are items in the queue.
With queue triggers its not possible. As per functionality even if you stop till the queue trigger is active and there are items in the queue the bot gets triggered
The only want to stop is is disable the trigger when not needed or when you stop the job till the time you don’t need it
Hope this answers your question
As @Anil_G told there is no option to stop the process if we have any item (New statue) in the queue.
You can just disable the trigger
Regards
Gokul
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.