Is it necessary to have both start and end execution listeners for a task? Also, I think multiple listener types can be used in both start and end execution listeners?
Hi @harshana,
No, execution listeners are entirely optional.
Yes, you can declare more than one start or end execution listener per task. The engine then calls them in arbitrary order.
Cheers,
Thorben
1 Like
Thanks a lot…