VanjaV
1
Hi,
is it possible to use swagger UI to implement enabling / disabling of all orchestrator Triggers and how?
Thx for any suggestions,
KR Vanja
@VanjaV
Check the below threads,
Let me know if any of above worked
Happy Automation
Prashanth_D
(Prashanth_dharavath)
3
Hi @VanjaV,
Try this out:
Execute the Get the ProcessSchedules API first, you will get all the triggers. Get all the Schedule ID’s from the output.
You can then enable or disable the schedules by providing all the schedule ID’s here:
Cheers!
VanjaV
4
@Prashanth_D
I guess I can write all Schedule ID´s to XLS (one time job)
and then each time to run workflow where each Trigger from XLS will be either enabled or disabled?
Thx and very kind regards, Vanja 
Prashanth_D
(Prashanth_dharavath)
5
Hi @VanjaV,
Yes, you can loop through and enable or disable the trigger one at a time.
Please mark this as solution if your query is resolved. This will help others who face similar issue to find the solution at ease.
Cheers!