Hello everybody!
Currently i’m trying to retrieve extensionProperties from external task service
List<LockedExternalTask> taskList = camunda.getExternalTaskService()
.fetchAndLock(100, EXTERNAL_WORKER_ID)
.topic(topic, 100L)
.execute();
bui in taskList i can’t see any extension properties in debug mode
my process model is
help please to retrieve extension properties.
thanks a lot