Skip to content

Commit

Permalink
Updated workflowstate to be a reference (#23084)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkarcher-msft authored Mar 15, 2023
1 parent d7cb3a0 commit cf60eff
Showing 1 changed file with 1 addition and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29822,19 +29822,7 @@
},
"flowState": {
"description": "Gets or sets the state of the workflow.",
"enum": [
"NotSpecified",
"Completed",
"Enabled",
"Disabled",
"Deleted",
"Suspended"
],
"type": "string",
"x-ms-enum": {
"name": "WorkflowState",
"modelAsString": false
}
"$ref": "#/definitions/WorkflowState"
},
"health": {
"$ref": "#/definitions/WorkflowHealth",
Expand Down

0 comments on commit cf60eff

Please sign in to comment.