Versions Compared

Key

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

...

Runs the workflow file with the given id. The id must be known in the application environment.

choice:

taskProperties: Use a taskProperties configuration block to define how to run the workflow

WftrWorkflowGroup:

  • workflowId: identifier of workflow to run
  • systemTime: (optional) overruling system time for running workflow

 

ExportTimeSeriesActivity

Exports the given time series to PI formatted file.

...

SetSystemTimeActivity

Changes the system time.

...

  • exportFile location of the file that is to be checked with the reference file
  • compareFile location of the file to compare export file with

RefreshActivity

Refreshes datastore. Empty element.

ContainsActivity

Search for the presence of text in a file

attributes:

  • searchFile file to search through
  • searchString array of strings to search for
  • emptyFile check if file is empty

SleepActivity

Let process sleep for configured amount of milli seconds

 

Workflow test runs can either be started from within a FEWS stand-alone application, or within a JUnit test.

...