This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: TaskInstance Variablebradsdavis Mar 10, 2009 8:35 AM (in response to bradsdavis)By from the UI, I mean the jBPM console. 
 I know there is a way to get the task that fired the event, but is there a way to get the task instance?
- 
        2. Re: TaskInstance Variablebradsdavis Mar 10, 2009 1:56 PM (in response to bradsdavis)I guess I could solve this by getting all instances from the executionContext.getTaskMgmtInstance().getTaskInstances(); 
 Then looping through and finding the task where the token is the same as the token off of the action... but I assume there is a better way?
- 
        3. Re: TaskInstance Variablekukeltje Mar 11, 2009 9:49 PM (in response to bradsdavis)no, afaik there is not (but that is from the top of my head, no IDE at hand to check) 
 
    