Activiti 6 - Different Form Inputs for the same User Task

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2021 08:38 AM
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 !
- Labels:
-
Alfresco Process Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2021 12:53 AM
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.
Abbas
