You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/org.wso2.carbon.identity.api.server.flow.execution/org.wso2.carbon.identity.api.server.flow.execution.v1/src/gen/java/org/wso2/carbon/identity/api/server/flow/execution/v1/FlowExecutionResponse.java
+25-1Lines changed: 25 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@
34
34
publicclassFlowExecutionResponse {
35
35
36
36
privateStringflowId;
37
+
privateStringflowType;
37
38
privateStringflowStatus;
38
39
39
40
@XmlType(name="TypeEnum")
@@ -92,6 +93,27 @@ public void setFlowId(String flowId) {
Copy file name to clipboardExpand all lines: components/org.wso2.carbon.identity.api.server.flow.execution/org.wso2.carbon.identity.api.server.flow.execution.v1/src/main/java/org/wso2/carbon/identity/api/server/flow/execution/v1/core/FlowExecutionServiceCore.java
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,7 @@ public FlowExecutionResponse processFlowExecution(FlowExecutionRequest flowExecu
Copy file name to clipboardExpand all lines: components/org.wso2.carbon.identity.api.server.flow.execution/org.wso2.carbon.identity.api.server.flow.execution.v1/src/main/java/org/wso2/carbon/identity/api/server/flow/execution/v1/utils/Utils.java
Copy file name to clipboardExpand all lines: components/org.wso2.carbon.identity.api.server.flow.execution/org.wso2.carbon.identity.api.server.flow.execution.v1/src/main/resources/flow-execution.yaml
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -89,13 +89,18 @@ components:
89
89
type: object
90
90
required:
91
91
- flowId
92
+
- flowType
92
93
- flowStatus
93
94
- type
94
95
properties:
95
96
flowId:
96
97
type: string
97
98
description: Unique identifier for the flow execution
98
99
example: 3fa85f64-5717-4562-b3fc-2c963f66afa6
100
+
flowType:
101
+
type: string
102
+
description: Unique identifier to identify the flow type
0 commit comments