To get WF link working you need to return: Subtype, SubWorkID as DATAID, SubWork_Title as Name, SubWork_SubWorkID, Work_WorkID
Subtype for initiated WF instance is 189.
If you will include all these columns in the report and will choose "LiveReport" format, it will show workflow names as working links.
Gunta
HI Gunte,
"To get WF link working you need to return: Subtype, SubWorkID as DATAID, SubWork_Title as Name, SubWork_SubWorkID, Work_WorkID"
I know subtype is from dtree, subwork_title and subwork_subworkid are from wsubwork, work_workid is from wwork.
Which table is SubWorkID coming from?
Thanks!