Skip to content

Commit

Permalink
Merge pull request #782 from LukaszKokot/main
Browse files Browse the repository at this point in the history
Fix typo in specification.md
  • Loading branch information
ricardozanini authored Aug 3, 2023
2 parents 6235e2a + 9f27c4c commit 257671e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -3103,7 +3103,7 @@ Note that `transition` and `end` properties are mutually exclusive, meaning that
| [onErrors](#Error-Definition) | States error handling and retries definitions | array | no |
| [transition](#Transitions) | Next transition of the workflow after callback event has been received | string or object | yes (if `end` is not defined) |
| [end](#End-Definition) | Is this state an end state | boolean or object | yes (if `transition` is not defined) |
| [compensatedBy](#Workflow-Compensation) | Uniaue name of a workflow state which is responsible for compensation of this state | string | no |
| [compensatedBy](#Workflow-Compensation) | Unique name of a workflow state which is responsible for compensation of this state | string | no |
| [usedForCompensation](#Workflow-Compensation) | If `true`, this state is used to compensate another state. Default is `false` | boolean | no |
| [metadata](#Workflow-Metadata) | Metadata information| object | no |

Expand Down

0 comments on commit 257671e

Please sign in to comment.