You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2023. It is now read-only.
The ObjectReader can detect operation on Java maps. This is useful because process variables can be passed in map to a process e.g. when a process is started via the runtimeService.
Currently, the operations put and remove are supported as well as putValue from the Camunda map. To enhance the discovery of process variables, the remaining operations like putAll or putIfAbsent could be supported.
The
ObjectReadercan detect operation on Java maps. This is useful because process variables can be passed in map to a process e.g. when a process is started via theruntimeService.Currently, the operations
putandremoveare supported as well asputValuefrom the Camunda map. To enhance the discovery of process variables, the remaining operations likeputAllorputIfAbsentcould be supported.