How to Retrieve the Relationship Between Step Name and Action using Unifier DB tables
I am trying to find the relationship between step name and action using the sys_step_template
table. The table contains a field named routing_policy
, which holds the required data, but it is stored as a CLOB.
Can anyone guide me where can I find the connection between step name and action? Below is the screenshot of the Workflow Summary where I can see this information but need to automate the process for all the business processes.