Create a radio button form in camunda modeler

Hi
As you know , there isn’t any radio button form in form list in camunda modeler for userTasks …

I want to create a form for a userTask with 4 options (i.e A - B - C - D ) which when i test that userTask , i see that 4 options and when i check one of three options (i.e A - B - C ) , the process should go to end event .
and when i check one of three options (i.e A - B - C ) by fourth option (i.e D ) , the process should go to another userTask .

I created 4 boolean form for that userTask .
and put this expression in expression section :

${A == true || B == true ||  C == true}

and now if i check every option (i.e A) with each two remained options (i.e B - C ) , the process go to end event . but i don’t want this happen .

why don’t you create an embedded form and configure that in your forms tab in the modeller. Your tasklist will use that instead.

2 Likes