Skip to main content

In K2, programmatically, is it possible to execute an action inside an activity without going into that activity itself ?
For example, in our workflow we have activity A.
If I go to that activity and click on the “Complete” action, and click Submit, it will go to the next activity B.
Is it possible to execute the “Complete” action on activity A without going to activity A ? In other words, bypass activity A, but execute the "Compelte" action to go to the next activity B.
Thank you.

Assume the purpose is to skip the rest of events following the client event (since it's already assigned to Activity A).

You'd need to create a different action "Compelete - but Skip Activity A Events", code your Events to not execute if this action is selected.

 

If you just don't want to open the form to do it, the batch update feature can complete the activity (rest of Activity A events would still run).

 


Reply