Versions Compared

Key

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

...

Refreshes datastore. Empty element.

ContainsActivity

Search for the presence of text in a file

...

  • searchFile file to search through
  • searchString array of strings to search for. All specified strings have to occur for the activity to complete successful.
  • emptyFile check if file is empty

NotContainsActivity

Search if text doesn't occur in a file

attributes:

  • searchFile file to search through
  • searchString array of strings to search for. If any of these search strings appear in the file, the activity fails.
  • emptyFile check if file is NOT empty

SleepActivity

Let process sleep for configured amount of milli seconds

...