Creates a new instance of the resource. If data is provided it will be parsed as if it had come from the remote api.
Optional
data: anyOptional
_linksAssigned colour in the format of rgb(R,G,B)
Optional
createdId of the user responsible for originally creating the Workflow State
Optional
createdTimestamp representing when the Workflow State was originally created in ISO 8601 format
Optional
idUnique id generated on creation
Optional
labelFriendly display label for the WorkflowState
Optional
lastId of the user responsible for the last update to the Workflow State
Optional
lastTimestamp representing when the Workflow State was last updated in ISO 8601 format
Readonly
relatedResources and actions related to a WorkflowState
Retrieves the Hub this webhook is stored in
Updates this Workflow State with the changes in the mutation parameter.
Class representing the WorkflowState resource.
It is possible to define a list of workflow states on a hub which will allow users to implement one or more rudimentary workflows. Each content item within the hub can have its status set to one of the workflow states defined within the hub.
In the interest of flexibility, the transitions between states are not validated. In other words, it is possible to transition a content item from any state into any other state.