Skip to content

Commit 7f06443

Browse files
Unify lower case in string type (#656)
Signed-off-by: Tomas David <[email protected]>
1 parent 8e758ec commit 7f06443

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

specification.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2137,7 +2137,7 @@ Serverless Workflow defines the following Workflow States:
21372137
| [transition](#Transitions) | Next transition of the workflow after all the actions have been performed | object | yes if "end" is not defined |
21382138
| [onErrors](#Error-Definition) | States error handling definitions | array | no |
21392139
| [end](#End-Definition) | Is this state an end state | object | yes, if "transition" is not defined |
2140-
| [compensatedBy](#Workflow-Compensation) | Unique name of a workflow state which is responsible for compensation of this state | String | no |
2140+
| [compensatedBy](#Workflow-Compensation) | Unique name of a workflow state which is responsible for compensation of this state | string | no |
21412141
| [metadata](#Workflow-Metadata) | Metadata information| object | no |
21422142

21432143
<details><summary><strong>Click to view example definition</strong></summary>
@@ -2284,7 +2284,7 @@ Note that `transition` and `end` properties are mutually exclusive, meaning that
22842284
| [stateDataFilter](#State-data-filters) | State data filter | object | no |
22852285
| [onErrors](#Error-Definition) | States error handling and retries definitions | array | no |
22862286
| [transition](#Transitions) | Next transition of the workflow after all the actions have been performed | object | yes (if end is not defined) |
2287-
| [compensatedBy](#Workflow-Compensation) | Unique name of a workflow state which is responsible for compensation of this state | String | no |
2287+
| [compensatedBy](#Workflow-Compensation) | Unique name of a workflow state which is responsible for compensation of this state | string | no |
22882288
| [usedForCompensation](#Workflow-Compensation) | If true, this state is used to compensate another state. Default is "false" | boolean | no |
22892289
| [metadata](#Workflow-Metadata) | Metadata information| object | no |
22902290
| [end](#End-Definition) | Is this state an end state | object | no |
@@ -2358,7 +2358,7 @@ the [Workflow Timeouts](#Workflow-Timeouts) section.
23582358
| [onErrors](#Error-Definition) | States error handling and retries definitions | array | no |
23592359
| [timeouts](#Workflow-Timeouts) | State specific timeout settings | object | no |
23602360
| defaultCondition | Default transition of the workflow if there is no matching data conditions or event timeout is reached. Can be a transition or end definition | object | yes |
2361-
| [compensatedBy](#Workflow-Compensation) | Unique name of a workflow state which is responsible for compensation of this state | String | no |
2361+
| [compensatedBy](#Workflow-Compensation) | Unique name of a workflow state which is responsible for compensation of this state | string | no |
23622362
| [usedForCompensation](#Workflow-Compensation) | If true, this state is used to compensate another state. Default is "false" | boolean | no |
23632363
| [metadata](#Workflow-Metadata) | Metadata information| object | no |
23642364

@@ -2509,7 +2509,7 @@ Note that `transition` and `end` properties are mutually exclusive, meaning that
25092509
| [stateDataFilter](#State-data-filters) | State data filter | object | no |
25102510
| [onErrors](#Error-Definition) | States error handling and retries definitions | array | no |
25112511
| [transition](#Transitions) | Next transition of the workflow after all branches have completed execution | object | yes if "end" is not defined |
2512-
| [compensatedBy](#Workflow-Compensation) | Unique name of a workflow state which is responsible for compensation of this state | String | no |
2512+
| [compensatedBy](#Workflow-Compensation) | Unique name of a workflow state which is responsible for compensation of this state | string | no |
25132513
| [usedForCompensation](#Workflow-Compensation) | If true, this state is used to compensate another state. Default is "false" | boolean | no |
25142514
| [metadata](#Workflow-Metadata) | Metadata information| object | no |
25152515
| [end](#End-Definition) | If this state and end state | object | yes if "transition" is not defined |
@@ -2619,7 +2619,7 @@ Note that `transition` and `end` properties are mutually exclusive, meaning that
26192619
| data | JSON object which can be set as state's data input and can be manipulated via filter | object | yes |
26202620
| [stateDataFilter](#state-data-filters) | State data filter | object | no |
26212621
| [transition](#Transitions) | Next transition of the workflow after injection has completed | object | yes if "end" is set to false |
2622-
| [compensatedBy](#Workflow-Compensation) | Unique name of a workflow state which is responsible for compensation of this state | String | no |
2622+
| [compensatedBy](#Workflow-Compensation) | Unique name of a workflow state which is responsible for compensation of this state | string | no |
26232623
| [usedForCompensation](#Workflow-Compensation) | If true, this state is used to compensate another state. Default is "false" | boolean | no |
26242624
| [metadata](#Workflow-Metadata) | Metadata information| object | no |
26252625
| [end](#End-Definition) | If this state and end state | object | yes if "transition" is not defined |
@@ -2856,7 +2856,7 @@ Note that `transition` and `end` properties are mutually exclusive, meaning that
28562856
| [stateDataFilter](#State-data-filters) | State data filter definition | object | no |
28572857
| [onErrors](#Error-Definition) | States error handling and retries definitions | array | no |
28582858
| [transition](#Transitions) | Next transition of the workflow after state has completed | object | yes if "end" is not defined |
2859-
| [compensatedBy](#Workflow-Compensation) | Unique name of a workflow state which is responsible for compensation of this state | String | no |
2859+
| [compensatedBy](#Workflow-Compensation) | Unique name of a workflow state which is responsible for compensation of this state | string | no |
28602860
| [usedForCompensation](#Workflow-Compensation) | If true, this state is used to compensate another state. Default is "false" | boolean | no |
28612861
| [metadata](#Workflow-Metadata) | Metadata information| object | no |
28622862
| [end](#End-Definition) | Is this state an end state | object | yes if "transition" is not defined |
@@ -3097,7 +3097,7 @@ Note that `transition` and `end` properties are mutually exclusive, meaning that
30973097
| [onErrors](#Error-Definition) | States error handling and retries definitions | array | no |
30983098
| [transition](#Transitions) | Next transition of the workflow after callback event has been received | object | yes if "end" is not defined |
30993099
| [end](#End-Definition) | Is this state an end state | object | yes if "transition" is not defined |
3100-
| [compensatedBy](#Workflow-Compensation) | Uniaue name of a workflow state which is responsible for compensation of this state | String | no |
3100+
| [compensatedBy](#Workflow-Compensation) | Uniaue name of a workflow state which is responsible for compensation of this state | string | no |
31013101
| [usedForCompensation](#Workflow-Compensation) | If true, this state is used to compensate another state. Default is "false" | boolean | no |
31023102
| [metadata](#Workflow-Metadata) | Metadata information| object | no |
31033103

0 commit comments

Comments
 (0)