Hello,
I have a parent process with Item list. This item list is list of tasks. I can add positions to this list and I have a button to initialize this list as a tasks. In this list I have a title, responsible person, status of the task and section (it should be item list with attributes in the form?).
When I add the position and put in all data (title, person responsible and section) I hit the button, and I make new process Task to responsible person - new workflow.
I have 2 problems:
1. When a task will be done, the status column in parent workflow will update to DONE.
2. When I open the task workflow, there is a section column which should have a name of the attribute. And based on it this attribute will be seen in Task Workflow to edit.
To the first point, I've tried to add action on ending path in Task Workflow to update related workflow instances, but I don't see Item list. Maybe SQL?? But I don't know how to write it...
Thanks for help.