- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-30-2016 02:50 PM
I have a workflow and want to use the table API to access my workflow info.
But the table API requires a table name
Table API - GET /now/table/{tableName}
What is the table name for my workflow?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-30-2016 06:55 PM
The table where all the workflows are stored is the "wf_workflow" . To access your specific workflow, you use the sys_id of your workflow.
PS: Mark Correct / Helpful if it helped you fix this problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-30-2016 06:55 PM
The table where all the workflows are stored is the "wf_workflow" . To access your specific workflow, you use the sys_id of your workflow.
PS: Mark Correct / Helpful if it helped you fix this problem