#engineapi #context #EngineAPI

How to get context value from EngineAPI

Hello,
I'm in trouble for getting context value from the EngineAPI.
By default : processApi.getProcessInstanceExecutionContext(MyProcessInstanceId) return a Map<String, Serializable>.

This Map can have mutliple type of object : SimpleBusinessDataReference, MultipleBusinessDataReference, Document, etc.

In my case, when i doing something like that:

Notifications