Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ArgumentDefaultExplanation
startedFrom0dThe workflow or job started after the given date.
startedTo0dThe workflow or job started before the given date.
completedFrom0dThe workflow or job completed after the given date.
completedTo0dThe workflow or job completed before the given date.
count  count=1count>0

The number of history items that is expected to be returned for the given period. By default at least one history item is expected (count>0). The CheckHistoryJob will fail if the number of expected history entries specified by this argument not correspond to the number of history items returned.

Values for operator: =, <=, <, >, >=

Example count > 10 

==> The CheckHistoryJob will fail if the number of history entries is not greater then 10

...