Forum Discussion
kentonvk
7 years agoIdeator III
Joseph,
The Workflow Map has a different set of tables for the activities and templates. I am not sure whether you wish to map each activity from the workflow to the workflow map, or if you just want to return the template data used for that particular workflow map, so I am not sure how to correctly update your query as shown.
If you simply want the workflow map data, you only need to change the following table names:
- [WORKFLOW_PROCESS_ACTIVITY] -> [WORKFLOW_MAP_ACTIVITY]
- [ACTIVITY] -> [ACTIVITY_TEMPLATE]
- [ACTIVITY_ASSIGNMENT] -> [ACTIVITY_TEMPLATE_ASSIGNMENT]