Root definitions

PostBehaviorOptionConfig

Permalink

Properties

behavior

string

The possible behaviors that can occur after a check has run

  • next => continue to next Check/Run
  • stop => stop CM lifecycle for this activity (immediately end)
  • nextRun => skip any remaining Checks in this Run and start the next Run
  • goto:[path] => specify a run[.check] to jump to
recordTo

anyOf [Array<string>, string ∪ boolean]

Possible options for output:

  • true -> store to all
  • false -> store to none
  • string -> store to this one output
  • list -> store to these specified outputs
Loading...

Editor and Validator