Interval Flow
In an interval flow, is there a way to get the name of the job that’s running the flow?
Comments
-
Hi there,
Thank you for participating in our forum! You can get the information of the job via query editor within the Decisions UI or in your database.
The query for the information is as below:
select *
from interval_schedule_job
where run_flow_id = '[FlowID}'
NOTE: You can get the FlowID by right-clicking on the flow, under 'Other' will be an action to show the FlowID.
This would reveal information such as 'last_run_date', 'created_on_date', the 'entity_name', etc.
Regards,
Vinh Tran | Decisions Support
