cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic Form UI Rendering

jonvargas
Confirmed Champ
Confirmed Champ
Hi,

I'm starting a new Project with activity and I'd like to create a PHP user interface to interact with Activiti Engine.

I found that I would need to create custom forms for each Human Task, so I wondered about a way to dynamically generate the forms based on what has already been modeled. I know that by using FormService I can get a task's form details and submit data.

However, I just wanted to know if you have had previous experience using PHP to build a dynamic task form renderer using PHP?
1 REPLY 1

trademak
Star Contributor
Star Contributor
You can use the REST API to get the form properties defined in the process definition. From there you can dynamically render the form in PHP or any other language.

Best regards,