public interface IWorkflowInvoker
extends org.apache.wicket.util.io.IClusterable
Modifier and Type | Method and Description |
---|---|
void |
invokeWorkflow() |
default void |
reject(String reason)
If a workflow invocation has failed it can be rejected.
|
default void |
resolve(String result)
After a workflow invocation has finished successfully it can be resolved.
|
default void resolve(String result)
result
- The result of a workflow call. Can be null.default void reject(String reason)
reason
- The reason the workflow invocation failed. Can be null.Copyright © 2007–2021 Hippo B.V. (http://www.onehippo.com). All rights reserved.