Conditional Workflow Start

  • 29 August 2018
  • 2 replies
  • 4 views

Badge +6

Hello Community

I have a controlled library with a Document Approval WF published. This WF starts when items/documents are added and when they are modified. The first startup condition works fine, however I need a way of controlling the other condition (when items are modified)

The challenge we have is sometimes users accidentally or unintentionally Check-out documents and when they Check-them in the WF automatically starts. Is there a way to safe guard this? Either with Nintex t any other method?


2 replies

Badge +8

I have a WF with conditional start, and I check a field to see if it has been modified from the previous value. That's built in to the action of the conditional start. So the idea is just to select which field(s) you want to check for change.

Badge +5

If the document was accidentally checked out then these users might just need to be aware of "discard checkout" option. That way the document does not commit the changing of the modified date. The checking in of a document would possibly trigger your workflow assuming it was configured to start based on document/item on modified event.

Somehow would need to implement logic into your workflow to ignore the event of "accidental check-in's". Which could be tricky differentiating accidental vs. valid check-in's. If this is frequently occurring, even though you've educated the users then might have to consider setting the workflow that is triggered on change to run manually instead of automatically.

Reply