Updated fsm.trigger (markdown)

ni-richard 2019-09-10 16:11:53 +02:00
parent 45b7b9128c
commit 82fe32f626

@ -11,4 +11,13 @@
| Parameter | Type | Required | Description |
| ------------ |:--------:|:------------------:| --------------------------- |
| *transition* | `string` | :heavy_check_mark: | Name of the triggered step. |
| *transition* | `string` | :heavy_check_mark: | Name of the triggered step. |
***
**Example**:
```json
{
"key": "fsm.trigger",
"transition": "step_2"
}
```