Frontend | Backend | Api

Workflows\Models\Backend\Workflow

Workflow

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
getAvailableEntities() Get the available editors for text inputs array
getDiagramSteps() Get the diagram steps array
getDiagramTransitions() Get the diagram transitions array
getHateoasLinks() Get the HATEOAS links for the record array
getEditUrl() Get the url for editing the record. string
getDeleteUrl() Get the url for deleting the record. string