ecFlow's documentation is now on readthedocs!

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Defines the default status for a task/family to be assigned to the node when the begin(CLI) command is issued. By default any node get a queued status when you use begin on a suite.
defstatus is useful in preventing suites from running automatically once begun or in setting tasks complete so they can be run selectively.
For suites anything other than suspended is void. The status of a family reflects the status of its children.
For a family defstatus can be either "suspended", "queued" or "complete". A family with defstatus complete means that all tasks and families are marked complete without running them.

family f
 task t1
 task t2
 defstatus complete # by default will not be run
 task t3
 defstatus suspended # needs 2 B resumed
  • No labels