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
| ✔️| Update ForEach state - adding sequential exec option and batch size for parallel option |[spec doc](../specification.md)|
47
-
| ✔️| Update to error handling and retries. Retries are now per action rather than per state. Added option of automatic retries for actions |[spec doc](../specification.md)|
48
-
| ✔️| Added "continueAs" property to end definitions |[spec doc](https://github.com/serverlessworkflow/specification/blob/0.6.x/specification.md)|
30
+
| ✔️| Add workflow `key` and `annotations` properties |[spec doc](https://github.com/serverlessworkflow/specification/blob/0.7.x/specification.md)|
31
+
| ✔️| Replaced SubFlow state with subflow action type |[spec doc](https://github.com/serverlessworkflow/specification/blob/0.7.x/specification.md)|
| ✔️| Rename switch state `default` to `defaultCondition` to avoid keyword conflicts for SDK's |[spec doc](https://github.com/serverlessworkflow/specification/blob/0.7.x/specification.md)|
34
+
| ✔️| Add description of additional properties |[spec doc](https://github.com/serverlessworkflow/specification/blob/0.7.x/specification.md)|
| ✔️| Removed `workflowId` from ParallelState and ForEach states (use subFlow action instead) |[spec doc](https://github.com/serverlessworkflow/specification/blob/0.7.x/specification.md)|
| ✔️| Renamed `schemaVersion` to `specVersion` and it is now a required parameter |[spec doc](https://github.com/serverlessworkflow/specification/blob/0.7.x/specification.md)|
39
+
| ✔️| Add GraphQL support for function definitions |[spec doc](https://github.com/serverlessworkflow/specification/blob/0.7.x/specification.md)|
40
+
| ✔️| Added "dataOnly" property to Event Definitions (allow event data filters to access entire event) |[spec doc](https://github.com/serverlessworkflow/specification/blob/0.7.x/specification.md)|
41
+
| ✔️| Added support for Secrets and Constants |[spec doc](https://github.com/serverlessworkflow/specification/blob/0.7.x/specification.md)|
42
+
| ✔️| Changed default value of execution timeout `interrupt` property. This is a non-backwards compatible changes. |[spec doc](https://github.com/serverlessworkflow/specification/blob/0.7.x/specification.md)|
| ✔️| Update ForEach state - adding sequential exec option and batch size for parallel option |[spec doc](https://github.com/serverlessworkflow/specification/blob/0.7.x/specification.md)|
53
+
| ✔️| Update to error handling and retries. Retries are now per action rather than per state. Added option of automatic retries for actions |[spec doc](https://github.com/serverlessworkflow/specification/blob/0.7.x/specification.md)|
54
+
| ✔️| Added "continueAs" property to end definitions |[spec doc](hhttps://github.com/serverlessworkflow/specification/blob/0.7.x/specification.md)|
0 commit comments