Interface DocumentLifecycleUserActionExecutionOperation


public interface DocumentLifecycleUserActionExecutionOperation
A sequence of instructions that can be chained together, building a document lifecycle user action execution operation that can be executed with execute().

Supplying a success handler via onSuccess(Consumer) is optional.

Supplying an error handler via onError(Consumer) is optional, but errors will throw an exception.