Dynamic Form UI Rendering
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2014 02:10 AM
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?
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?
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2014 05:49 AM
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,
Best regards,
