Skip to main content
December 7, 2021
Question

User input task

  • December 7, 2021
  • 10 replies
  • 0 views

How to use user input task in-process model workflow to accept task by more than one manager (each manager have a manager for him)

    10 replies

    peter.lewis
    Employee
    December 7, 2021

    Can you provide a lot more information - are you hoping to assign a single task or multiple tasks? What does the workflow look like? What steps have you tried so far?

    asharzAuthor
    December 8, 2021

    One task should be accepted or rejected by a manager if rejected nothing will happen else should check if this manager has another manager and so on... we will use the user input task for this task it's like a loop.

    stefanhelzle0001
    Brainy
    December 8, 2021

    This is nothing you can solve using assignment. This would be a logic in process like a loop.

    Do you want to put these managers into a list or assign the task to the highest manager only?

    tajinders0001
    December 8, 2021

    I believe you are looking to use the multiple node indexes (MNI) feature. 

    Go to the user input task properties > Other 

    1. Check 'Automatically run multiple instances of this node' 

    2. Check 'Run one instance for each assignee'

    You may also want to handle the output data from all the instances of those tasks.