cancel
Showing results for 
Search instead for 
Did you mean: 

How to get super_exec_ in act_ru_execution via REST API?

dan1
Champ in-the-making
Champ in-the-making
Is there a way to get the super_exec_ field in act_ru_execution via the REST API? The runtime/executions API does not provide that field.

Thanks,
Dan
4 REPLIES 4

trademak
Star Contributor
Star Contributor
Hi,

It's currently not exposed, but it can be added of course. I'll have a look at it.

Best regards,

dan1
Champ in-the-making
Champ in-the-making
Good deal.

Note that we worked around this issue by setting a variable in the called process to the value of super_exec_ using the Java APIs. And variables are already available in the REST API.

Thanks,
Dan

trademak
Star Contributor
Star Contributor
Hi Dan,

The super execution id is now added to the Execution REST response.

Best regards,

dan1
Champ in-the-making
Champ in-the-making
Hi Tijs,

Thanks for quick response and turn around!

Dan