While creating an Activiti workflow we assign an id to each node in the workflow. Assume that a workflow consists of Java service tasks alone. In this case, is it possible to access the task id from the service task code (i.e. from within the execute method of a class implementing the JavaDelegate interface).