10-12-2021 12:02 PM
10-13-2021 10:34 AM
Try to get the RootProcessInstance and then you should get or set parameters from there:
ExecutionEntity yourCurrentExecutionEntity = (ExecutionEntity) execution; ExecutionEntity processInstance = (ExecutionEntityImpl) Context.getCommandContext().getExecutionEntityManager().findById(yourCurrentExecutionEntity.getRootProcessInstanceId());
Explore our Alfresco products with the links below. Use labels to filter content by product module.