File tree Expand file tree Collapse file tree 3 files changed +9
-10
lines changed Expand file tree Collapse file tree 3 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ Cloud Native Sandbox level project on July 14, 2020.
25
25
- [ Meeting Minutes] ( #Meeting-Minutes )
26
26
- [ Repository Structure] ( #Repository-Structure )
27
27
28
-
29
28
## Releases
30
29
31
30
| | Latest Release | Working Draft |
Original file line number Diff line number Diff line change 1
- # Roadmap
2
-
3
- The Serverless Workflow Roadmap.
1
+ # Serverless Workflow Roadmap
4
2
5
3
_ Note: Items in tables for each milestone do not imply an order of implementation._
6
4
@@ -12,7 +10,12 @@ _Status description:_
12
10
| :--: | :--: | :--: | :--: |
13
11
| ✔ | ✏️ | 🚩 | ❗️|
14
12
15
- ## v0.1 (Released April 1 2020)
13
+ ## Releases
14
+
15
+ - [ v0.1 released April 2020] ( #v01 )
16
+ - [ v0.5 released November 2020] ( #v05 )
17
+
18
+ ## <a name =" v01 " ></a > v0.1
16
19
17
20
| Status | Description | Comments |
18
21
| :--: | --- | --- |
@@ -38,13 +41,10 @@ _Status description:_
38
41
| ✔️| Update workflow start definition | [ spec doc] ( https://github.com/cncf/wg-serverless/blob/v0.1/workflow/spec/spec.md ) |
39
42
| ✔️| Prepare github branch and docs for v0.1 | [ branch] ( https://github.com/cncf/wg-serverless/tree/v0.1/workflow/spec ) |
40
43
41
- ## v0.5
44
+ ## < a name = " v05 " ></ a > v0.5
42
45
43
46
| Status | Description | Comments |
44
47
| --- | --- | --- |
45
- | 🚩 | Start discussions on Serverless Workflow Technology Compatibility Kit (TCK) | |
46
- | 🚩 | Decide on state/task/stage/step naming convention | [ issue link] ( https://github.com/cncf/wg-serverless/issues/127 ) |
47
- | ✏️ | Finish specification primer document | [ google doc] ( https://docs.google.com/document/d/11rD3Azj63G2Si0VpokSpr-1ib3mFRFHSwN6tJb-0LQM/edit#heading=h.paewfy83tetm ) |
48
48
| ✔ | Update Switch State | [ spec doc] ( ../specification.md ) |
49
49
| ✔ | Rename Relay to Inject state | [ spec doc] ( ../specification.md ) |
50
50
| ✔️| Update waitForCompletion property of Parallel State | [ spec doc] ( ../specification.md ) |
Original file line number Diff line number Diff line change 1
1
{
2
- "$id" : " https://serverlessworkflow.org/core/retries.json" ,
2
+ "$id" : " https://serverlessworkflow.org/core/0.5/ retries.json" ,
3
3
"$schema" : " http://json-schema.org/draft-07/schema#" ,
4
4
"description" : " Serverless Workflow specification - retries schema" ,
5
5
"type" : " object" ,
You can’t perform that action at this time.
0 commit comments