Hello,
I am trying to call a BDM API that uses the current activityInstanceId in it's query. it fetches all the data that has a taskId < activityInstanceId.
In my table i store the task ID upon creation, and would like to query over them.
How could i get the activityInstanceId from the UI? this is the URL that i want to call :
../API/bdm/businessData/com.bdm.document?q=findCommentListPreceedingTaskId&p=0&c=99&f={{taskId = activityInstanceId}}
if it isn't possible, can i store it as default value in a local variable and then pass it to the form ? if yes, how could i pass it?