Skip to main content

linear.workflowstateresponse

Home > @runlightyear/linear > WorkflowStateResponse

WorkflowStateResponse interface

Signature:
interface WorkflowStateResponse 

Required Properties

PropertyModifiersTypeDescription
archivedAtDateTimeThe time at which the entity was archived. Null if the entity has not been archived.
colorstringThe state's UI color as a HEX string.
createdAtDateTimeThe time at which the entity was created.
descriptionstringDescription of the state.
idLinearIDThe unique identifier of the entity.
namestringThe state's name.
positionnumberThe position of the state in the team flow.
team{ id: string; name: string; }The team to which this state belongs to.
typestringThe type of the state.
updatedAtDateTimeThe last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't been updated after creation.