Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amitfin authored Jun 3, 2024
1 parent edd6403 commit 14952f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ action:

`entity_id` is provided as a variable and can be used by `on_error` templates.

Note that each entity is running individually when the inner service call has a list of entities. In such a case `on_error` can get executed multiple times, once for each failed entity. Similarly, `retry.actions` has a sequence of actions which might include multiple service calls. This can also trigger multiple execution of `on_error`, once for each failed inner service call.
Note that each entity is running individually when the inner service call has a list of entities. In such a case `on_error` can get executed multiple times, once per each failed entity. Similarly, `retry.actions` has a sequence of actions which might include multiple service calls. This can also trigger multiple execution of `on_error`, once per each failed inner service call.

#### `retry_id` parameter (optional)

Expand Down

0 comments on commit 14952f0

Please sign in to comment.