Camunda 7 : rendered-form endpoint doesn't working

Hi Everyone,
When I try to get the form as a JSON by consuming this endpoint :


 rendered-form

I received this response:

{
    "type": "InvalidRequestException",
    "message": "No matching rendered form for task with the id d5ac8c54-43b5-11ed-ae2a-88d82e523353 found."
}

Even though I deployed this form successfully with the workflow and it appears in Camunda UI correct as well.

Dose any one know about this issue?

Does anyone have an answer to this issue?