| Method | Description | Returns | 
|---|---|---|
| getId() | int | |
| getName() | string | |
| isDefault() | bool | |
| getCreated() | Date the record was created. | DateTime | 
| getModified() | Last modification date for the record. | DateTime | 
| getTargets() | Collection (Target) | |
| getSteps() | Collection (Step) | |
| getTransitions() | Collection (Transition) | |
| isNewRecord() | Check if the record is a new record | bool | 
| isHierarchicalModel() | Check whether a model is a hierarchical model, i.e. can have children | bool | 
| isVersionedModel() | Check whether a model is versioned | bool | 
Workflows\Models\Frontend\Workflow
Workflow