I have some requirements that (I think) cannot be met just by xlm config (process definitions, task models, and webclient-config-custom.xml)
For example, I need to make this possible :
- every task can be attached to a forum topic
- the assignee of the task has to decide whether this very task needs a forum topic or not
- if so, the user has to select users that have to be notified (I would script the sending of an email in the transition leaving this node)
What should be easy :
- defining in the tasks models a (non-mandatory) property (or association) holding a fm:topic
What I do not know : the UI to let the user decide whether he wants to create a topic or not
- can I display a button to create a topic in the task form ? If so, the component to select users/groups should be displayed only if the user chose to create a topic, … like an Ajax effect.
Is that possible ?