Community

How can i get the execution pointer in a process?

reply from Maciej Swiderski in jBPM - View the full discussion

Hi,

you can get that information by invoking findActiveActivityNames on your process instance.

 

Next you can use the names returned to get execution objects by executing findActiveExecutionIn(activityName) again on your process instance.

 

Cheers,

Maciej

Reply to this message by going to Community

Start a new discussion in jBPM at Community