import { createState } from 'twenty-ui'; export const workflowIdState = createState({ key: 'workflowIdState', defaultValue: undefined, });