I want use forms from my c++ application

Hi,
I’m new with flowable. I use linux. I’m able to create a workflow with processes, tasks and forms (with web applications).
I’m able to use REST API too.
I’m able to start workflow with REST API (with curl and Postman) but I need to integrate forms, that are linked to tasks, in my application… I read that it is possible with angular or others js framework…is there a complete example?

Thanks in advance!

No, sadly such an example doesn’t exists.

All html/js can be found in the ‘static’ folder of the UI modules. For examples, for the task app (which includes the forms): https://github.com/flowable/flowable-engine/tree/master/modules/flowable-ui-task/flowable-ui-task-app/src/main/resources/static