public interface WorkflowVerifier extends WorkflowVerifierConstants
AUTHORIZE, CANCEL, RESET, RESET_AND_RUN
Modifier and Type | Method and Description |
---|---|
int |
authorizeWorkflowAction(java.lang.String action,
TaskGraph taskgraph,
ExecutionState state)
Verify the specified workflow for the specified action.
|
java.lang.String[] |
getDefaultWorkflowActions() |
java.lang.String[] getDefaultWorkflowActions()
int authorizeWorkflowAction(java.lang.String action, TaskGraph taskgraph, ExecutionState state) throws WorkflowException
WorkflowException