I’m using Bonita 7.2.2. I have a process A which has a variable b. I want to search a process instance of process A from outside a process using value of variable b. Is there any filter or REST api available to search a process instance with variable value.
Standard search parameters are available.
f = case_id%3d[caseId] to indicate that you want to add a filter on ‘case_id’ with value [caseId] (%3d is the URL-encoded ‘=’ (equals) sign)
On Efficency and Performance editions you can make process indexes for doing searches, unfortunately on other editions you can’t make searches using process variables. I suggest you to use Business Data Variables and store there filter data for searching purposes.
Bonitasoft empowers development teams with Bonita, the open-source and extensible platform to solve the most demanding process automation use cases. The Bonita platform accelerates delivery of complex applications with clear separation between capabilities for visual programming and for coding. Bonita integrates with existing solutions, orchestrates heterogeneous systems, and provides deep visibility into processes across the organization.