
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-02-2018 01:54 AM
Hello,
is it possible to view Flow Designer execution (Kingston release) from the contextual record?
I would like to replicate the "Show Worfklow" capability provided with the previous orchestration workflows.
Thanks, Luca
Solved! Go to Solution.
- Labels:
-
Workflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-24-2018 10:14 AM
I did some reverse Engineering and it seems, there is no reference (documentkey) to the record.
Instead the link can be found in a JSON object in field inputs of table sys_flow_action_report.
I created a Script Include that returns the flow context sys_id based on either a GlideRecord,
or the combination of tablename and sys_id.
This I use in a UI Page containing links to the context records.
On it's turn the UI page is opened from a UI action.
You can download the updateset from Share
Video:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2018 05:51 AM
But how should it look like if not like the Operations view? the stages pretty much give you the full view of the flow since you see it from start to end. Of course perhaps seeing that there is another approval process a head of you. But then again, is this the way the end user should learn how the process for doing X is?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2018 05:59 AM
Yes, the Operations View should be easily accessible from the record.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-22-2018 11:54 AM
Thanks, is there a way to find out the Execution ID directly from the record?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-24-2018 10:14 AM
I did some reverse Engineering and it seems, there is no reference (documentkey) to the record.
Instead the link can be found in a JSON object in field inputs of table sys_flow_action_report.
I created a Script Include that returns the flow context sys_id based on either a GlideRecord,
or the combination of tablename and sys_id.
This I use in a UI Page containing links to the context records.
On it's turn the UI page is opened from a UI action.
You can download the updateset from Share
Video:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-31-2019 08:06 PM
I couldn't find any records in sys_flow_plan_context_binding table. Do we need enable any properties to create records in this table ? Please help to get the details.
Thanks.