Skip to main content
Nintex Community Menu Bar
Solved

Start multiple workflow based on smart object

  • March 25, 2020
  • 3 replies
  • 34 views

Forum|alt.badge.img+8

Hi,

 

Rquirements:

1st workflow that is based on SMO to start a second workflow which send an action to the user (approve/reject)

     if SMO has 8 items - it need to fire 8 workflow instance

     if SMO has 50 items- it needs to fire 50 workflow instance

 

2nd workflow in which user take an action either to approve/reject.

 

 

Thanks

 

 

 

 

Best answer by KagisoMasha

Hello  @Dabuskol ,


 


Please kindly review the following:-


 


How To: Create a Workflow with Multiple Instances of a Sub Workflow:


https://help.k2.com/onlinehelp/k2five/userguide/current/default.htm#how-tos/cswmultiple/create-workflow-containing-multiple-sub-workflow.htm


 


Workflow Execution Models and Design Pattern:


https://help.k2.com/kb002670


 


Call Sub Workflow step:


https://help.k2.com/onlinehelp/k2five/userguide/5.3/default.htm#K2-Workflow-Designer/Use/Toolbox/Basic/CallSubWorkflow/Call-SubWorkflow.htm

3 replies

Forum|alt.badge.img+7
  • Answer
  • March 25, 2020

  • March 26, 2020

Hello,

I have a similar situation. I have a workflow which creates and updates list items. Once every week I need  to schedule another workflow which validates the list items. For every entry to the list, if "Approved" column is 'Yes' & 'Expiration Date' is less than or equal to 30 days from today, there is a need to trigger the previously mentioned 'another' workflow. For example, If there are 50 such entries to the list, then I need 50 workflow instances.

Any help is appreciated.

 

Thanks,

Kaushik 


Forum|alt.badge.img+7