Community

How to link a Java-class to end-point of all tasks

created by Evgeniy Konfetov in jBPM - View the full discussion

Question: How to link a Java-class to end-point of all tasks in 4.3?

Reason: I would like to use own history-activity to track that task has been finished.

 

I see two ways:

1. Add events to each process tasks. Disadvantage is user should not forget to add the same event for newly added tasks.

2. Use own implementation of HistorySession and analaze events TaskComplete. Disadvantage is unknown task which fired this event as far TaskComplete does not store Task instance.

 

Could you suggest something?

Reply to this message by going to Community

Start a new discussion in jBPM at Community