Skip to content

Commit

Permalink
stop confluence worfkflow in pause
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Fontanier committed Apr 5, 2024
1 parent 17760de commit fb492bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions connectors/src/connectors/confluence/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,10 @@ export async function pauseConfluenceConnector(
}

await connector.markAsPaused();
const r = await stopConfluenceSyncWorkflow(connectorId);
if (r.isErr()) {
return r;
}

return new Ok(undefined);
}
Expand Down

0 comments on commit fb492bc

Please sign in to comment.