diff --git a/src/Action.ts b/src/Action.ts index 28914d5..3a12865 100644 --- a/src/Action.ts +++ b/src/Action.ts @@ -13,6 +13,7 @@ export enum ActionTypes { SET_ENTITY = 'SET_ENTITY', DISPATCH = 'DISPATCH', CHANGE_MODEL = 'CHANGE_MODEL', + REMOTE_WORKFLOW = 'REMOTE_WORKFLOW', } export enum ConditionType {