Camunda not showing the forms at the User Tasklist

Been dealing with this issue for the last week, I’ve been trying to show a form on the user tasklist, there’s no error but the form is not showing.


image
image

The only form key that didn’t showed up any inconvenience is
camunda-forms:/forms/form_1.form
I tried
camunda-forms:app:forms/form_1.form (shows an error)

Hello my friend!
For the form to appear in your user’s tasklist, the instance within the Camunda cockpit needs to be in the activity related to this form, otherwise, it won’t show up.

Most likely, form1 is appearing because, at the time you check your tasklist, the instance in your cockpit is in the activity that contains this form.

When your instance reaches the task for the next form, it will also appear!

I hope this helps!

William Robert Alves