You are here

protected property WorkflowTransition::$isExecuted in Workflow 8

Extra data: describe the state of the transition.

Type: bool

File

src/Entity/WorkflowTransition.php, line 109

Class

WorkflowTransition
Implements an actual, executed, Transition.

Namespace

Drupal\workflow\Entity

Code

protected $isExecuted = FALSE;