Skip to content

Commit

Permalink
expose result
Browse files Browse the repository at this point in the history
  • Loading branch information
cliviu committed Dec 22, 2024
1 parent 3cf3251 commit 87918b7
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@ private String currentStepTitle() {
? getStepEventBus().getCurrentStep().get().getDescription() : "";
}

public Result getResult() {
return result;
}

public String toString() {
return("EventBusEvent STEP_FINISHED_WITH_RESULT with result " + result);
}
Expand Down

0 comments on commit 87918b7

Please sign in to comment.