I have a form that need to access an activity variable that store a result from a SQL query to populate a select widget, but using …/API/bpm/activityVariable/{{taskId}}/varname i’m getting 403 status result and the select widget stay empty.
Using …/API/bpm/caseVariable/{{taskId}}/varname i’m obtaining a string that need to be formatted in javascript for the select widget
There’s a clean way to do this? the first form I describe works very well but i need to be administrator… any suggestions?
Regards.