You are here

protected property WorkflowTransition::$isScheduled in Workflow 8

Extra data: describe the state of the transition.

Type: bool

File

src/Entity/WorkflowTransition.php, line 103

Class

WorkflowTransition
Implements an actual, executed, Transition.

Namespace

Drupal\workflow\Entity

Code

protected $isScheduled = FALSE;