Hello community,
I am building application with one Dictionary process, and one standard process with 2 workflows.
I would like to start second workflow many times as subworkflow of fist workflow and assign it to the several users/users groups (one per subworkflow) selected from Dictionary process. I am trying to use action “start a subworkflow (SQL)”. My understanding is that “start a subworkflow (SQL)” action (configuration of Data settings – Query returning data) works as follows: SELECT ‘value’ AS object of subworkflow (Database field Name) etc.
• How to write SQL query / where to get ‘value’ from Dictionary process?
• How to set up Step edit/Task creation/Tasks assignment to use this ‘value’ to assignment subworkflows (each subworkflow to other user/users group)?
Any ideas?