Unable to use custom outcomes in process

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2016 03:01 PM
Clarification is needed on how to use Form's custom outcomes with Exclusive Gateway
<!–break–>
I'm trying to create the simple process with UserTask followed by Exclusive Gateway and 2 other UserTasks depended on its condition.
I've created two custom outcomes for the first UserTask: Agree and Disagree.
But I cannot find the right way to set flow conditions for Exclusive Gateway.
${outcome == "Agree"}
doesn't work…Please help,
Regards
- Labels:
-
Archive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2016 05:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2017 07:47 AM
In Activiti 6 beta 4 the standard is formPrefix + "_" + formKey + "_" +name. Ex: "form_1004_outcome". ${form_1004_outcome=="Agree"}

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2019 04:42 AM
Hi,
I am just start working with activiti 6 ,
can you please tell me how to post form variables and outcomes, using rest api?
and based on that outcomes it will go to specific task.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2017 08:39 AM
Hi,
I have the same problem, my form is
"name":"Test","key":"1000","version":0,"outcomes":
[{"id":null,"name":"A"},{"id":null,"name":"B"}]
I try : ${form_1000_Test=="A"}
But I have an error, it doesn't work. Any idea please ?
thanks for the help
