RunAfter interface

Model that represents action dependencies.

Properties

behavior

Defines how multiple dependencies are evaluated.

items

Array of action dependencies.

Property Details

behavior

Defines how multiple dependencies are evaluated.

behavior?: string

Property Value

string

items

Array of action dependencies.

items: ActionDependency[]

Property Value