Workflow Soluiton

 View Only
  • 1.  Parallel Workflow for Approval Tasks Variabels

    Posted Jan 01, 2020 02:05 PM

    Can anyone explain me were exactly i have to create variables that i can use it to Count approvals and rejects over all splitted Dialog Workflows. If i generate global variable i can not use it. i readed all forum discussions but i dont get it working. Can anyone explain me how simply merge and global data simply merge works ?



  • 2.  RE: Parallel Workflow for Approval Tasks Variabels

    Posted Jan 02, 2020 03:46 AM

    FORUM
    How do you correctly merge data obtained during a parallel split
    https://www.symantec.com/connect/forums/how-do-you-correctly-merge-data-obtained-during-parallel-split

    Did you pull in the Advanced lib to allow for paraellel execution?

    COMPONENTS
    Wait For All Workflow Components (Merge)
    https://www.symantec.com/connect/articles/wait-all-workflow-components-merge

    Wait For All Workflow Components In Model (Merge)
    https://www.symantec.com/connect/articles/wait-all-workflow-components-model-merge



  • 3.  RE: Parallel Workflow for Approval Tasks Variabels

    Posted Jan 03, 2020 08:08 AM

    Thank you Alex for Posting the explaniation of Component Wait For All Workflow Components (Merge). This gives me good advice what happen. I didn´t try it, because i change my strategy and put the variables to database, so all will work now.

    yes i putted advanced Lib to project,but it doesnt work, the Variables was always overwritten. maybe my problem is that i use 'LogicBase.Components.Workflow.Advanced.EmbeddedMergeComponent'. because i want to stop the wait of merge if one Reject comes back.

    Like this Project:https://www.symantec.com/connect/videos/majority-approvals-parallel-workflow

     



  • 4.  RE: Parallel Workflow for Approval Tasks Variabels

    Posted Jan 03, 2020 10:23 AM

    Glad you got it sorted with a custom data type, that was going to be my next suggestion, easy to keep track of and you can log that changes too.