Workflow Soluiton

 View Only
  • 1.  How to create and assign Multiple tasks in a workflow for approval

    Posted Aug 19, 2013 11:30 AM

    Guys i am trying to create a workflow for plantfloor Applications approval, basically a user requests multiple applications and for each application we have 3 leves of approvals. so i want help in creating a dialog worklfow with multiple  tasks for each of level1 manger based on the selected user applications.

     

    Example:

    User selceted apps:

    App1 m1(Manager1), m2, m3

    App2 m1, m2, m3

    App3 m1, m2, m3

     

    so there will be 3 dialog workflow for approvals with

    all m1Array in the first dialog workflow

    all m2Array in the second dialog worklfow

    all m3Array in the third dialog worklfow.

    So what i need is, Is there a way to create multiple tasks for the each manager Array in a single dialog workflow.

     

     



  • 2.  RE: How to create and assign Multiple tasks in a workflow for approval

    Posted Aug 19, 2013 11:49 AM

    You can see the following thread for "how to create multiple tasks that all require approval before next step"

    https://www-secure.symantec.com/connect/forums/multiple-approval-process-waiting-until-all-approval

    That or you can search for "workflow.advanced" in connect (the component library that lets you multibranch.



  • 3.  RE: How to create and assign Multiple tasks in a workflow for approval

    Posted Aug 28, 2013 02:28 PM

    Thanks for the solution but now i have a another question i want to merge the data coming out of each of the Parallel workflow. i can see the option available in the component to merge data but can't figure it out.



  • 4.  RE: How to create and assign Multiple tasks in a workflow for approval

    Posted Aug 28, 2013 02:43 PM

    Merging the paths together is typicall done by using any if the merge components (in the workflow.Advanced library). Just bring all paths that you set off into different threads back into the one Merge component.



  • 5.  RE: How to create and assign Multiple tasks in a workflow for approval

    Posted Aug 29, 2013 12:23 PM

    merge1.JPGthis is the process i am trying to do i successfully made a parallel workflow for authorization but now i have to get the answers from those authorization and split them in approved and rejected collections then. i want to merge the data from the collections. when it comes out of the wait for workflow component.

    merge2.JPG