-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(orchestrator): add ability to re-trigger workflow in error state (…
…#1624) * Add ability to retrigger workflow in error state * fix unnecessary assertion issue
- Loading branch information
Showing
3 changed files
with
66 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
export const QUERY_PARAM_BUSINESS_KEY = 'businessKey' as const; | ||
export const QUERY_PARAM_INSTANCE_ID = 'instanceId' as const; | ||
export const QUERY_PARAM_INSTANCE_STATE = 'state'; | ||
export const QUERY_PARAM_INCLUDE_ASSESSMENT = 'includeAssessment' as const; | ||
export const QUERY_PARAM_ASSESSMENT_INSTANCE_ID = | ||
'assessmentInstanceId' as const; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters