Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Add generated SDK files
Browse files Browse the repository at this point in the history
Signed-off-by: Moti Asayag <masayag@redhat.com>
  • Loading branch information
masayag authored and openshift-merge-robot committed May 8, 2023
1 parent 19c7b6a commit 970c4d0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion workflow-service-sdk/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -481,8 +481,8 @@ components:
- FAILED
- COMPLETED
- IN_PROGRESS
- PENDING
- REJECTED
- PENDING
type: string
type: object
WorkFlowContextResponseDTO:
Expand Down
2 changes: 1 addition & 1 deletion workflow-service-sdk/docs/WorkFlowCheckerTaskRequestDTO.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
| FAILED | &quot;FAILED&quot; |
| COMPLETED | &quot;COMPLETED&quot; |
| IN_PROGRESS | &quot;IN_PROGRESS&quot; |
| PENDING | &quot;PENDING&quot; |
| REJECTED | &quot;REJECTED&quot; |
| PENDING | &quot;PENDING&quot; |



Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ public enum StatusEnum {

IN_PROGRESS("IN_PROGRESS"),

PENDING("PENDING"),
REJECTED("REJECTED"),

REJECTED("REJECTED");
PENDING("PENDING");

private String value;

Expand Down

0 comments on commit 970c4d0

Please sign in to comment.