(private) sorry...!! contact@ecmnotes.com

Some Important DQLs

To obtain the workflow template object id:

 select  r_object_id from dm_process where object_name = ‘

To obtain the running instances of a specific workflow template:

 select * from dm_workflow where process_id = <'workflow template object id'>

Leave a Reply