Versions Compared

Key

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

...

Fews Workflow Runner Service API

Description of the methods provided by the Fews Workflow Runner Service API.

Code Block

TimeSeries[] runFewsWorkflow(String clientId, String workflowId, Date forecastStartDateTime, 
                 Date forecastDateTime0, Date forecastEndDateTime, TimeSeries[] inputTimeSeries) 
                 throws Exception;

Installing a Workflow Runner Service

...