Skip to content

Commit

Permalink
remove not needed function
Browse files Browse the repository at this point in the history
  • Loading branch information
wetret committed Sep 8, 2023
1 parent a73de65 commit fb8e7bd
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,21 +74,9 @@ protected IdType doSend(FhirWebserviceClient client, Task task)
.create(task);
}

@Override
protected void handleIntermediateThrowEventError(DelegateExecution execution, Variables variables,
Exception exception, String errorMessage)
{
handleError(variables, exception);
}

@Override
protected void handleSendTaskError(DelegateExecution execution, Variables variables, Exception exception,
String errorMessage)
{
handleError(variables, exception);
}

private void handleError(Variables variables, Exception exception)
{
Task task = variables.getStartTask();

Expand Down

0 comments on commit fb8e7bd

Please sign in to comment.