Hello,

This is a WorkFlow example. I want to expire the activity 1 and 3 when i execute "Synchroniser le circuit".
The server event : "Fermer toutes les taches adjacentes" contains the source code :
K2.Synchronous = true;
K2.ExpireActivity(K2.ActivityInstanceDestination.Activity.Name);
Anybody know why it is not working ?

