${name}
, ${age}
and ${resident}
will be replaced by the related process variable values before calling the connector.ComponentScan
on org.activiti
: in the previous versions Activiti Core and Activiti Cloud
were relying on ComponentScan
annotation on the package org.activiti
. This was causing several issues and misbehaviours. In version 7.1.0.M6
a big work was carried on this level to make sure that we rely on auto configurations only.