list of tasks??

1
0
-1

How to get list of tasks for particular Process or case in the UI form using 7.1.2 Community ???

2 answers

1
0
-1

Thanks Sean, we found that this approach works in 6.x. Can we do the same in 7.x ? Appreciate your feedback..

Comments

Submitted by Sean McP on Sat, 12/05/2015 - 11:49

It should work exactly the same way - it's the way I've done it.

I just created a new custom widget to do the Ajax call though, using a hidden field.

regards

1
0
-1

My way would be to:

  • have a Script step to get process names and add them to a JSON formatted String.
  • in a human task show the string as a select list on a form with an empty table
  • make sure the select list has a javascript onchange event and when you change the select list do an AJAX call to get the data and fill the table with data.

All done,

regards
Seán

Notifications