Howto render a custom form?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-02-2012 11:49 AM
I am using activiti 5.8. My question is howto create my own html (actually javascript) form and define this in a workflow xml. I need more flexibility than provided by the form properties/form implementation of Activiti.
I checked the formKey usage but it does not seem to be used explicitly anymore.
Is there another way? Or which classes can I replace/override to implement this?
gr. Martin
- Labels:
-
Archive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-02-2012 01:23 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-03-2012 05:51 AM
gr. Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2012 03:08 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2012 03:40 AM
gr. Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2012 12:25 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2012 12:29 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2012 05:13 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-05-2012 09:22 AM
For the rest I want users to view their tasks, current states of work flows, claim a task, most things of which are available in the explorer ui.
gr. Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-05-2012 12:01 PM
The only thing what I want is to add a hyperlink to a screen which allows the user to accomplish the task.
Isn't that kind of the tasklist screen?
For the rest I want users to view their tasks, current states of work flows, claim a task, most things of which are available in the explorer ui.
Why 'most'?
And adding a fully custom form, that does not fit in directly with the explorer (not a form in the way Activiti uses it) is way more work than to use the api and e.g. the CDI components and develop your own ui (with tasklists etc) in that specific framework… Believe me, I tried.
