Activiti 6 - Different Form Inputs for the same User Task

cancel
Showing results for 
Search instead for 
Did you mean: 
Widad_Dek
Active Member

Activiti 6 - Different Form Inputs for the same User Task

Hi,

I have designed a workflow containing a reflexive SequenceFlow, which means the source and target element are the same (UserTask in my case). The execution works well after integrating with Spring Boot, the thing is I want to have different form inputs on my User Task screen, right after the first execution. For example, let's say I have 2 inputs on the first execution, once I execute the reflexive transition I want to have 3 other inputs that belongs to exactly the same UserTask. How do you think this would be possible ? 

I'd appreciate if you have any suggestions.  Thanks in advance !

1 Reply
abbask01
Senior Member

Re: Activiti 6 - Different Form Inputs for the same User Task

assuming you are using a multi-instance task. you can tweak your forms, hiding/showing form fields based on condition. more about forms here

Hope it helps.

Regards,
Abbas