Missing "REVIEWED_BY_ME" Assignment Filter in Oracle Process Automation Gen3 – Any Workaround?
Hello Oracle Community,
In Oracle BPM Gen2, the Process Instances REST API (GET /ic/api/process/v1/processes
) supported a useful assignment filter:assignment=REVIEWED_BY_ME
, which allowed us to retrieve all process instances that a user had interacted with (e.g., completed a task).
Now that we're migrating to Oracle Process Automation Gen3, I've noticed that the equivalent Gen3 APIs under /process/api/v1/instances
no longer offer this filter — or any built-in mechanism to retrieve instances "reviewed" or previously handled by the current user.
❓ My Question:
- Is there an equivalent way in Gen3 to retrieve process instances where a given user has already performed a task (reviewed/approved/etc.)?