Show Workflow UI Action
November 17, 2016
Tags: ServiceNow UI Action Workflows
When working with workflows it is really useful to view the context of workflows through the target record. I’ll show how to create a UI Action to view the workflow context from the target record form.
The alternative is to navigate to the Workflow Context (wf_context) table and find the correct context for your record.
Create the following UI Action:
- Name: Show Workflow
- Table: [Your table name]
- Onclick:
- Code: