cancel
Showing results for 
Search instead for 
Did you mean: 

User Guide for the Designer?

n_s_
Champ in-the-making
Champ in-the-making
Hello,

Is there some sort of User Guide for the Designer, that is a little more detailed than the section in the Activiti User Guide?
In particular I'd need to know what Options I have to configure everything.

Right now I'm trying to understand the Form Properties.
What can I use as "Type"? It does accept enum, but not String. So where can I find all possibilities? And when I use enum, where can I enter the Values that should be suggested in the Dropdown box?
What are "Form Values" for? I found out that I can enter some Values in the Configuration, but I can't see anything I enter there when I deployed the Process.

If anyone could help me out, that'd be great.

Best regards, Nikola
2 REPLIES 2

roig
Champ in-the-making
Champ in-the-making
No that I am aware of. My suggestion:
  • You can check the activiti in action book (which has an examples section with xml designer examples).

  • Download the source and check the activiti-5.8\distro\src\workspace and follow the examples.

jaale
Champ in-the-making
Champ in-the-making
What can I use as "Type"? It does accept enum, but not String. So where can I find all possibilities?
The Activiti User Guide says: string, long, enum, date, boolean.