
- 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-03-2018 04:41 PM
Should be pretty easy. there already is something similar, but not on the record itself yet. But if you go to flow designer->Active flows. There you have your contexts. Then if you click on a record, you have a UI Action that is pretty much the same as "show workflow" but it's named "Open in operations view". Let me get back to you if there also is a thought about putting a OOB UI Action for it like the "show workflow" as well.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2018 04:36 AM
Thanks for your reply. I think the "Open in operations view" is mainly designed for admin users.
Could you please tell me if London release will provide the "show workflow" feature on the record itself?
Thanks, Luca
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2018 04:41 AM
Hi Luca,
Who else beside admin users should see that? For the normal users, I would say the stage is the thing that should give them a overview how things are going.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2018 04:47 AM
I agree that normal users should see how things are going. For many use cases, the normal user should see what the flow has already done and what are the next steps. A full view of the flow is very useful.
Thanks, Luca