Skip to content

Commit

Permalink
cleanup CheckConnectionWorkflowImpl
Browse files Browse the repository at this point in the history
  • Loading branch information
evantahler committed Apr 29, 2022
1 parent 6875269 commit ac29d3d
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,7 @@ public StandardCheckConnectionOutput run(final JobRunConfig jobRunConfig,
final IntegrationLauncherConfig launcherConfig,
final StandardCheckConnectionInput connectionConfiguration) {

// try {
return activity.check(jobRunConfig, launcherConfig, connectionConfiguration);
// } catch (Exception e) {
// throw Activity.wrap(e);
// throw ApplicationFailure.newNonRetryableFailure("CHECK failed", "check", e);
// throw ApplicationFailure.newNonRetryableFailure(e.toString(), "check-failure", e);
// }
}

}

0 comments on commit ac29d3d

Please sign in to comment.