cancel
Showing results for 
Search instead for 
Did you mean: 

Adding new forms to Activiti Explorer

prabhjot
Champ in-the-making
Champ in-the-making
I need some guide / documents on how we can add / make new forms ( Like Vacation request mentioned in Activiti User Guide ) to activiti explorer and then deploy on server and can see them on web browsers.
6 REPLIES 6

meyerd
Champ on-the-rise
Champ on-the-rise
With the new activiti explorer (since 5.7) you can use form properties:
http://activiti.org/userguide/index.html#formProperties
using which the explorer renders a form.

You can also specify these using the activiti designer.

The forms of the pre 5.7 explorer are not supported any more, although the mechanisms used back then are still available in activiti engine.

jan_horneck
Champ in-the-making
Champ in-the-making
Hi folks,

is there a way to override the standard layout.
I've got to use cases which i think occur quite often and i cant implement them with the properties.

1. I like to have an textarea input field for a variable of type string.
2. I would like to give read only information in a way which is not grayed out (it just is not readable).

Is there a way to add more styling options without the need to move away from the activiti explorer?

Best regards,
Jan

trademak
Star Contributor
Star Contributor
Hi,

The text area is already implemented as an example for the Activiti in Action book.
To have read only text you could also use the documentation element of a task.

Best regards,

htngoc
Champ in-the-making
Champ in-the-making
Hi,

I'm a new baby for Activiti.

I have 2 problem as bellow :
1. I need a Form editor that can be design form.
2. I want to assign form into process( that created by Activiti Modeler Signavio).

Plz help me any advise or document about it.

Thanks.

sujitkumbhar
Champ in-the-making
Champ in-the-making
Hi,
Any one knows how to compare String in Getways. Depend on String i will send to different User Task or ServiceTask

jbarrez
Star Contributor
Star Contributor
Sure, simply use '==' or '!=' .. ?