when I use the REST API and I include in the post, the businessKey and activityIdIn, it does not return the correct results. When I do the same request for present processes - not history, it does work.
I am running an older version of Camunda (v7.9.0), what I am saying is that when I send a specific businessKey with an activityId that should not exist - I get a result with state=Active - even though it does not exist.
We didn’t upgrade yet in our test env - we will be doing that in the near future, so I will need to wait for upgrade. Is there anyway to test this case, its pretty easy to test, I have the link just need to replace with different id’s.
Should be very straightforward.
Download the new version here
Start is up locally
Deploy a process via the modeler
Then test the REST API using postman (or whatever rest client you want)
It shouldn’t require you to change anything in your current test environment. you can do it all locally.