Skip to main content
iswaryan3555
March 21, 2025
Question

Need help with MNI configuration with start process node

  • March 21, 2025
  • 1 reply
  • 0 views

Hi I need help to configure mni with startprocess node whithin a process where I have details for exmaple 5 employees in that 3 employees can have same manager other 2 have same manager. I have a process variable of type cdt  employee. Now I want to sent mail to manager of the employees i will get the mail id from employee cdt which is 2 unique mail ids.  Now  want to send one common mail to that manager with that 3 employee details and  one mail to other manager who have 2 employee all at same process.  

1 reply

stefanhelzle0001
March 21, 2025

Feels less like a process issue. Did you consider to write an expression to group that data first. Once you have your combinations of each manager having n-number of employees, you can then start a process for each manager.