/**
 * All action types that can be used in the store should be defined here in order to ensure
 * they are unique. Keep this file in alphabetical order.
 */
export type ACTIVATE_WORKFLOW = 'ACTIVATE_WORKFLOW';
export type DEACTIVATE_WORKFLOW = 'DEACTIVATE_WORKFLOW';
export type HYDRATE_WORKFLOWS = 'HYDRATE_WORKFLOWS';
export type SET_ATTRIBUTE = 'SET_ATTRIBUTE';
