Hello,
I am using this request to get historic activity instances Get Historic Activity Instances (POST) | docs.camunda.org
For multi-instances, I get in the result something like "activityType": "multiInstanceBody"
but I do not see anything that says if it is a sequential or parallel multi-instance. I am wondering if there is a way to distinguish parallel from sequential multi-instance activity instances using the REST API.
Thanks.