[v0.1 - backport] - Small fix to formatting (#228)
This commit is contained in:
parent
7b7e6e4a57
commit
7206351e82
|
@ -537,7 +537,7 @@ Following is a detailed description of each of the defined states:
|
||||||
"start": {
|
"start": {
|
||||||
"$ref": "#/definitions/start",
|
"$ref": "#/definitions/start",
|
||||||
"description": "State start definition"
|
"description": "State start definition"
|
||||||
}
|
},
|
||||||
"end": {
|
"end": {
|
||||||
"$ref": "#/definitions/end",
|
"$ref": "#/definitions/end",
|
||||||
"description": "State end definition"
|
"description": "State end definition"
|
||||||
|
@ -1176,7 +1176,7 @@ Once all actions have been performed, a transition to another state can occur.
|
||||||
"start",
|
"start",
|
||||||
"name",
|
"name",
|
||||||
"type",
|
"type",
|
||||||
"choices"
|
"choices",
|
||||||
"default"
|
"default"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -3900,11 +3900,10 @@ Here is an example of metadata attached to the core workflow definition:
|
||||||
"category": "Sales",
|
"category": "Sales",
|
||||||
"giturl": "github.com/myproject",
|
"giturl": "github.com/myproject",
|
||||||
"author": "Author Name",
|
"author": "Author Name",
|
||||||
"team": "Team Name",
|
"team": "Team Name"
|
||||||
...
|
|
||||||
},
|
},
|
||||||
"states": [
|
"states": [
|
||||||
...
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue