Creating process variables in the GUI

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2011 11:13 AM
Hi,
Is it possible to set process variables from the GUI? I understand that Forms can be used for user input, but we would like to set process variables directly (not through a script task, if possible).
How can this be done?
Currently, we do this in our Java code:
But it would be nice to set these properties through the GUI.
Thanks,
-dan
Is it possible to set process variables from the GUI? I understand that Forms can be used for user input, but we would like to set process variables directly (not through a script task, if possible).
How can this be done?
Currently, we do this in our Java code:
HashMap<String, Object> v = new HashMap<String, Object>(); v.put("BOKey", BOKey); engine.getRuntimeService().startProcessInstanceByKey("SeriesRouter", v);
But it would be nice to set these properties through the GUI.
Thanks,
-dan
Labels:
- Labels:
-
Archive
10 REPLIES 10

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2015 12:44 AM
Hi Joram,
Has there been some changes in new Activiti Designer, with respect to above requirement. Can we now some-how provide process variables at the start of a workflow. In Eclipse form designer there are form properties associated with start event, however when I tried using them there value was not effective.
We don't want to implement a listener etc. because this information will be provided by business users.
Thanks
Himani
Has there been some changes in new Activiti Designer, with respect to above requirement. Can we now some-how provide process variables at the start of a workflow. In Eclipse form designer there are form properties associated with start event, however when I tried using them there value was not effective.
We don't want to implement a listener etc. because this information will be provided by business users.
Thanks
Himani
