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
Copy file name to clipboardExpand all lines: specification.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2137,7 +2137,7 @@ Serverless Workflow defines the following Workflow States:
2137
2137
| [transition](#Transitions) | Next transition of the workflow after all the actions have been performed | object | yes if "end" is not defined |
2138
2138
| [onErrors](#Error-Definition) | States error handling definitions | array | no |
2139
2139
| [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 |
2141
2141
| [metadata](#Workflow-Metadata) | Metadata information| object | no |
2142
2142
2143
2143
<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
2284
2284
| [stateDataFilter](#State-data-filters) | State data filter | object | no |
2285
2285
| [onErrors](#Error-Definition) | States error handling and retries definitions | array | no |
2286
2286
| [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 |
2288
2288
| [usedForCompensation](#Workflow-Compensation) | If true, this state is used to compensate another state. Default is "false" | boolean | no |
2289
2289
| [metadata](#Workflow-Metadata) | Metadata information| object | no |
2290
2290
| [end](#End-Definition) | Is this state an end state | object | no |
@@ -2358,7 +2358,7 @@ the [Workflow Timeouts](#Workflow-Timeouts) section.
2358
2358
| [onErrors](#Error-Definition) | States error handling and retries definitions | array | no |
2359
2359
| [timeouts](#Workflow-Timeouts) | State specific timeout settings | object | no |
2360
2360
| 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 |
2362
2362
| [usedForCompensation](#Workflow-Compensation) | If true, this state is used to compensate another state. Default is "false" | boolean | no |
2363
2363
| [metadata](#Workflow-Metadata) | Metadata information| object | no |
2364
2364
@@ -2509,7 +2509,7 @@ Note that `transition` and `end` properties are mutually exclusive, meaning that
2509
2509
| [stateDataFilter](#State-data-filters) | State data filter | object | no |
2510
2510
| [onErrors](#Error-Definition) | States error handling and retries definitions | array | no |
2511
2511
| [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 |
2513
2513
| [usedForCompensation](#Workflow-Compensation) | If true, this state is used to compensate another state. Default is "false" | boolean | no |
2514
2514
| [metadata](#Workflow-Metadata) | Metadata information| object | no |
2515
2515
| [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
2619
2619
| data | JSON object which can be set as state's data input and can be manipulated via filter | object | yes |
2620
2620
| [stateDataFilter](#state-data-filters) | State data filter | object | no |
2621
2621
| [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 |
2623
2623
| [usedForCompensation](#Workflow-Compensation) | If true, this state is used to compensate another state. Default is "false" | boolean | no |
2624
2624
| [metadata](#Workflow-Metadata) | Metadata information| object | no |
2625
2625
| [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
2856
2856
| [stateDataFilter](#State-data-filters) | State data filter definition | object | no |
2857
2857
| [onErrors](#Error-Definition) | States error handling and retries definitions | array | no |
2858
2858
| [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 |
2860
2860
| [usedForCompensation](#Workflow-Compensation) | If true, this state is used to compensate another state. Default is "false" | boolean | no |
2861
2861
| [metadata](#Workflow-Metadata) | Metadata information| object | no |
2862
2862
| [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
3097
3097
| [onErrors](#Error-Definition) | States error handling and retries definitions | array | no |
3098
3098
| [transition](#Transitions) | Next transition of the workflow after callback event has been received | object | yes if "end" is not defined |
3099
3099
| [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 |
3101
3101
| [usedForCompensation](#Workflow-Compensation) | If true, this state is used to compensate another state. Default is "false" | boolean | no |
3102
3102
| [metadata](#Workflow-Metadata) | Metadata information| object | no |
0 commit comments