const WORKFLOW_STATUS = { ready: 'READY_FOR_EXECUTION', drafted: 'DRAFTED' }; Object.freeze(WORKFLOW_STATUS); export default WORKFLOW_STATUS;