Logs of action runtime
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2024 02:50 AM
Similar to how the runtime of flow and subflow is stored in the "sys_flow_context" table, are the runtimes/logs of actions also stored in any table ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2024 06:12 AM
Hi @1rn20cs127s ,
Check in sys_flow_runtime_value.LIST runtime values are stored in table.
sys_flow_log.LIST for logs
If my response helped, please mark it as the accepted solution ✅ and give a thumbs up👍.
Thanks,
Anand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2024 01:30 AM
If my response helped, please mark it as the accepted solution ✅ and give a thumbs up👍.
Thanks,
Anand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2024 11:12 PM
Thank you for your response @Anand Kumar P . I'm looking for runtime of actions within flow/subflow which I need for analyzing some data. sys_flow_runtime_value.LIST has runtimes only for flow and subflow.