Executor

Executing project

dsfrun project
--project
--flow
[--date]
[--dates]
[--date-from]
[--date-to]
[-- --help]
parameter required description
project YES project name
flow YES exec flow file
date no single date to execute
dates no multiple dates to execute
date-from no start of date range to execute
date-from no end of date range to execute

You have to specify date, dates or date-from and date-to.

Please use this command in project root directory.


Executing workflow

dsfrun workflow
--project
--workflow
[--date]
[--dates]
[--date-from]
[--date-to]
[-- --help]
parameter required description
project YES project name
workflow YES workflow name
date no single date to execute
dates no multiple dates to execute
date-from no start of date range to execute
date-from no end of date range to execute

You have to specify date, dates or date-from and date-to.

Please use this command in project root directory.


Executing task

dsfrun task
--project
--workflow
--task-id
[--date]
[--dates]
[--date-from]
[--date-to]
[-- --help]
parameter required description
project YES project name
workflow YES exec flow file
task-id YES task id
date no single date to execute
dates no multiple dates to execute
date-from no start of date range to execute
date-from no end of date range to execute

You have to specify date, dates or date-from and date-to.

Please use this command in project root directory.


Executing webserver

dsfrun webserver
--port
[--auto-update]
[--update-interval]
[--check-dir]
[-- --help]
parameter required description
port YES port number
auto-update no whether you want to use auto reloading function
update-interval no interval to check updates
check-dir no directory where should be checked updates