import { createState } from '@ui/utilities/state/utils/createState'; export const workflowIdState = createState({ key: 'workflowIdState', defaultValue: undefined, });