We are using DABs for our deployment and to invoke any workflow.
Behinds the scenes, it calls below API to get the status of workflow. Currently, it checks every few seconds. Is there a way to decrease this frequency from seconds to minutes.
GET /api/2.1/jobs/runs/get?
Why ?
Sometimes Job running in controlm fails with internal error due to network blip but workflow keeps executing.