Skip to main content
Nintex Community Menu Bar

Multiple trigger on same item

  • April 12, 2022
  • 1 reply
  • 45 views

Forum|alt.badge.img+2

Hi ,

I have requirement where I want to trigger more than one instance of workflow when item is added and when attachments are getting modified. Is it possible to trigger diff instances of workflow if item added wf not completed and meanwhile someone updated attachments.

1 reply

SimonMuntz
Nintex Employee
Forum|alt.badge.img+23
  • Nintex Employee
  • April 28, 2022

Hi,

An easy way to achieve this solution would be to have a second workflow start on item modification (Adding an attachment will trigger a workflow). The second workflow would terminate all workflows (the first workflow) running on the item except for itself. Then use a start workflow action to start the initial workflow again.