Hello,
we are using the API to create workflow instances by another system. We are also checking if this workflow has already been created.
Now to the problem:
Unfortunately we are not able to access the archived instances with api-call and check for existing workflows: api/data/v5.0/db/{{dbid}}/applications/{{applicationid}}/search?search=xxxx:xxxx
if the workflow instance is not yet archived we are able to access it.
Is there a way to access archived workflows via API?
Thanks a lot!