-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[connectors] Launch workflows from ZendeskConnectorManager (#8346)
* feat: launch sync workflows on creation, permission setting and resume * feat: implement the sync * perf: optimize the fetching of brandIds by only selecting the one column * feat: implement pause/unpause (add a pause workflow) * refactor: remove the duplicate function stopZendeskSyncWorkflow * fix: fix ZendeskConfigurationResource fetching * fix incorrect error message * refactor Co-authored-by: Flavien David <[email protected]> * pass complete type instead of only the connector ID in launchZendeskSyncWorkflow * fix return type of stopZendeskSyncWorkflow and cleanup stop * cleanup const connectorId = this.connectorId; * correctly return errors in resume * get rid of an unused try catch * cleanup * cleanup * refactor: update the signature of launchZendeskSyncWorkflow --------- Co-authored-by: Flavien David <[email protected]>
- Loading branch information
1 parent
65a207b
commit b1f7ebf
Showing
4 changed files
with
134 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters