Skip to content

Commit

Permalink
Update docs/userman/scenario_features/events/examples.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobinAV authored Sep 11, 2024
1 parent e1312f5 commit a914ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/userman/scenario_features/events/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ approach ensures that critical job status changes are promptly communicated to e
enhancing the application's monitoring and integration with third-party systems.

This script defines a custom event consumer class `JobFailureCoreConsumer`, which listens
for all events published by Taipy Core, when a `JOB` entity's `status` attribute is `UPDATE`,
for all events published by Taipy, when a `JOB` entity's `status` attribute is `UPDATE`,
and triggers an external API call based on the `JOB`'s `id`.

!!! example
Expand Down

0 comments on commit a914ba2

Please sign in to comment.