cancel
Showing results for 
Search instead for 
Did you mean: 

Editing workflow task forms

jayjayecl
Confirmed Champ
Confirmed Champ
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 ?
2 REPLIES 2

jayjayecl
Confirmed Champ
Confirmed Champ
Otehr question :

Would it be possible to implement, in a Task form, a link to trigger an Alfresco wizard (in a new tab) ?

jayjayecl
Confirmed Champ
Confirmed Champ
Anyone about inserting ajax effects in Task forms (ManageTaskDialog) ?