Custom UI Design for Task List

Hi,

I would like to Customize the UI desgin for Task List main page. I like to have the Process with multiple User Input Task & Service Task.

The process is only for single user. So I need to create the Task UI like
User Initiate form -> 1st UserTask form -> 2nd UserTask form -> 3rd UserTask form -> Service Task -> End

I like to remove the User list and task list category from Task list main page. Only the user input form needs to displayed.

Also when user complete first user Task form the next form should immediately appear to that user with selecting from his own task list.

For example if we have loan application process then user needs to fill multiple input forms, Here Each user Task have custom HTML page associate with it. User have to fill the forms one by one in the order without choosing the task from the task list since the Process only for single user.

Kindly help me to customize the UI for Task list. Thanks.

Hi!

I’m not camunda specialist since I started use Camunda two weeks ago. But maybe You don’t have to use camunda task list or even Camunda GUI for end users if you want change TaskList module so much.

Simply use Camunda Engine module (without GUI) to manage BPMN. GUI create separately and communicate state only using camunda REST API ( https://docs.camunda.org/manual/latest/reference/rest/).

I think enterprise application can look like this.