ServiceNow Learning 49: Functionality of Calling source in Flow Executions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2023 04:33 AM - edited 10-25-2023 06:23 AM
Hi All,
Functionality of Calling source in Flow Executions: It tells you what the calling source in your flow is whether it is scheduled or subflow or created/updated. Types are mentioned below:
1.SCHEDULED_Trigger : If the trigger is set at regular intervals daily/monthly/weekly.
2.CRUD_Trigger :If the trigger is created or updated.
3.DYNAMIC_FLOW: It comes for subflows when it is subflows.
4.SLA_TASK: Default SLA Flow
5.DATA_SOURCE: If data source is trigger.
6.SCRIPT: If your flow ran by any API Script or script like scheduled job etc.
Hope this helps you.
I hope this article helpful. Please mark it as helpful and bookmark if you like it.
Regards,
Shamma