How to get list of tasks for particular Process or case in the UI form using 7.1.2 Community ???
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
Thanks Sean, we found that this approach works in 6.x. Can we do the same in 7.x ? Appreciate your feedback…
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