WorkFlow - condition

Hi,

version 7.11.6

In the workflow, how to add a condition which is:
verify the contract is it exist a document or not

Example:

  1. contract should have a document, if not then will send an email.
  2. task should close with a document, if not then will send an email.

In case your speaking of notes in tasks:

workflow condition:
module: notes:notes, field: id, operator: does not equal, value, “” (empty string, do not enter something)

otherwise, if the described condition does not work properly, you can always switch to using logic hooks. There you can add as many simple or complex conditions as you like.