Hi
I need to restrict the access of Task generated according to a few parameters like geo location.
I am storing that in my BDM but i am unable to access it in the actor filter.
Hi
I need to restrict the access of Task generated according to a few parameters like geo location.
I am storing that in my BDM but i am unable to access it in the actor filter.
What about defining your BDM as inputs of your actor filter definition?
DataInstance instance = getAPIAccessor().getProcessAPI().getProcessDataInstance(“CaseData”, processInstanceId);
Throws an error
DataInstanceNotFoundException: DataInstance with name not found: [name: CaseData, container type: PROCESS_INSTANCE, container id: 1036]
The businessDataReference values are - Name - caseData and Type - com.company.model.CaseData
Sorry for the delay
Yup i guess that could work - Let me try it out – But how does the widget work to provide the value of the BDM to the actor filter ?
Works as suggested - helped alot - thanks