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?