Customising Default Tasklist UI

Hi all

Is it possible to customise UI of a User Task form by loading JS script or custom react form within the default Tasklist web app? (this is possible in Camunda 7)

I have been exploring a few repo like

However, these require building up a standalone frontend and do a query to the TaskList API. Is this the only way for Camunda 8 or there are actually ways around it.

Thanks

Hi @kmye90,

the Camunda-Platform-8 Tasklist is not customizable as the Camunda-Platform-7 Tasklist is.

Building a new one from one of the examples is the way to go.

Hope this helps, Ingo