How to move process to next task

Hi
I use a Timer for a user task.
And that user task has a form…
I want to finish the current task and move the process to the next task with a specific value for Form if 20 seconds have elapsed and the user has not any acted.
please guide me

This would work:

1 Like

@Niall
Thanks for help. that solution worked.
My another problem is:
In first userTask that i use timer, I use a form that has enum type.
I want one of the enum’s options set for form, if timer will fire.

You can set the variable as part of an execution listener on the timer if you like

1 Like

@Niall
Thanks.

Execution Listener or Field Injection??

I found that when I draw a flow from the timer to the next userTask, in the Timer => Extensions tab , the form value that I created in the previous userTaskis automatically added by one of the form values.

what is this?