Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
feat: add new action type for Flow API call (#229)
Browse files Browse the repository at this point in the history
* feat: add new action type for remote workflow API call
  • Loading branch information
msft-paulkim authored Dec 11, 2019
1 parent 385c2af commit e863a4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export enum ActionTypes {
SET_ENTITY = 'SET_ENTITY',
DISPATCH = 'DISPATCH',
CHANGE_MODEL = 'CHANGE_MODEL',
REMOTE_WORKFLOW = 'REMOTE_WORKFLOW',
}

export enum ConditionType {
Expand Down

0 comments on commit e863a4a

Please sign in to comment.