public/js/constants/workflow.js (5 lines of code) (raw):

export class WorkflowStatus { static get notInWorkflow() { return 'NotInWorkflow'; } }