How to access task id from the java service task?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2012 03:37 PM
Hi,
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).
Best regards,
Tushar Deshpande
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).
Best regards,
Tushar Deshpande
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2012 05:33 PM
I think that I added a duplicate post. My question has been already answered in the post http://forums.activiti.org/en/viewtopic.php?f=6&t=3344.
