Skip to content

Instantly share code, notes, and snippets.

@eldermoraes
Created December 14, 2018 19:41
Show Gist options
  • Save eldermoraes/db184559c02801d00e3d77e45743647e to your computer and use it in GitHub Desktop.
Save eldermoraes/db184559c02801d00e3d77e45743647e to your computer and use it in GitHub Desktop.
private static FlowFuture<BookingRes> cancel(String cancelFn, Object input, Throwable e) {
Flows.currentFlow().invokeFunction(cancelFn, input, BookingRes.class);
return Flows.currentFlow().failedFuture(e);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment