Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Fix a typo in error handling documentation #3554

Merged
merged 2 commits into from
Apr 19, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/docs/how-tos/Workflows/handling-errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ Here is a sample failure workflow that sends a message to Slack when the workflo
}
```

## Set ```workfowStatusListenerEnabled```
## Set ```workflowStatusListenerEnabled```

When this is enabled, notifications are now possible, and by building a custom implementation of the Workflow Status Listener, a notification can be sent to an external service. [More details.](https://github.com/Netflix/conductor/issues/1017#issuecomment-468869173)
When this is enabled, notifications are now possible, and by building a custom implementation of the Workflow Status Listener, a notification can be sent to an external service. [More details.](https://github.com/Netflix/conductor/issues/1017#issuecomment-468869173)