Skip to main content
Hi,
I have the following issue on adding the work list for a user,

When I adding the work list for a user, K2 Process waiting for user response(like confirm or approval). But my requirement is it should not wait for user response, instead of it should continue to next activity or next event or next step.

How can I achieve it? Please give me a solution for this.
A client event will - by design - wait for user input. If you do not need user input, you should rather make use of a default server event. If you still need the user input, I would recommend branching your process so that the user can still give his/her input via the client event AND the process automatically continues (from the previous Activity via a separate Line) to the Activity immediately following the one containing the client event.

Hope this makes sense,
Ockert
hai ockert,
Thanks for your solution.It is working.

Reply