Skip to content

Commit a93a579

Browse files
committed
Re-generate internal trigger types table.
1 parent 809a003 commit a93a579

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

docs/source/_includes/internal_trigger_types.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
Action
44
~~~~~~
55

6-
+---------------------------+--------------------------------------------------------------+------------------------------------------------------------------------------------------+
7-
| Reference | Description | Properties |
8-
+===========================+==============================================================+==========================================================================================+
9-
| st2.generic.actiontrigger | Trigger encapsulating the completion of an action execution. | status, start_timestamp, parameters, action_name, result, execution_id |
10-
+---------------------------+--------------------------------------------------------------+------------------------------------------------------------------------------------------+
11-
| st2.generic.notifytrigger | Notification trigger. | status, start_timestamp, channel, action_ref, data, message, execution_id, end_timestamp |
12-
+---------------------------+--------------------------------------------------------------+------------------------------------------------------------------------------------------+
13-
| st2.action.file_writen | Trigger encapsulating action file being written on disk. | content, host_info, ref, file_path |
14-
+---------------------------+--------------------------------------------------------------+------------------------------------------------------------------------------------------+
6+
+---------------------------+--------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------+
7+
| Reference | Description | Properties |
8+
+===========================+==============================================================+=============================================================================================================+
9+
| st2.generic.actiontrigger | Trigger encapsulating the completion of an action execution. | status, start_timestamp, result, parameters, action_ref, runner_ref, execution_id, action_name |
10+
+---------------------------+--------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------+
11+
| st2.generic.notifytrigger | Notification trigger. | status, data, start_timestamp, channel, route, action_ref, message, runner_ref, execution_id, end_timestamp |
12+
+---------------------------+--------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------+
13+
| st2.action.file_writen | Trigger encapsulating action file being written on disk. | host_info, ref, file_path |
14+
+---------------------------+--------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------+
1515

1616
Key Value Pair
1717
~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)