Creates a new instance of the resource. If data is provided it will be parsed as if it had come from the remote api.
Assigned colour in the format of rgb(R,G,B)
Id of the user responsible for originally creating the Workflow State
Timestamp representing when the Workflow State was originally created in ISO 8601 format
Unique id generated on creation
Friendly display label for the WorkflowState
Id of the user responsible for the last update to the Workflow State
Timestamp representing when the Workflow State was last updated in ISO 8601 format
POST to an action endpoint with no resource response returned.
Returns a copy of this resource's attributes excluding links and client references
Returns a copy of this resource's attributes excluding links and client references
Resources 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.
Generated using TypeDoc
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.