Can we get the execution type from the executions

Hey @HarishArawala,

Currently only the activityId is persisted on the executions. To get the type you’ll have to use the BpmnModel and get the flow element from the process. Have a look at my answer here for how to do that.

You could also provide a PR that would add the activity type to the Execution and then it would be available over REST as well.

Cheers,
Filip

1 Like