Hi,
I am trying to get the service task name and not its id using execution listeners.
<serviceTask id="servicetask1" name="Service A" activiti:class="classes.ServiceTask1">
executionEntity .getActivityId(); Returns Id which is 'servicetask1' for the above example
many thanks
I am trying to get the service task name and not its id using execution listeners.
<serviceTask id="servicetask1" name="Service A" activiti:class="classes.ServiceTask1">
executionEntity .getActivityId(); Returns Id which is 'servicetask1' for the above example
many thanks
many thanks