Uses of Class
de.xima.fc.exceptions.WorkflowTaskExecutionException
-
Packages that use WorkflowTaskExecutionException Package Description de.xima.fc.workflow.processor.logic.execution -
-
Uses of WorkflowTaskExecutionException in de.xima.fc.workflow.processor.logic.execution
Methods in de.xima.fc.workflow.processor.logic.execution that return WorkflowTaskExecutionException Modifier and Type Method Description WorkflowTaskExecutionExceptionWorkflowExecutionContext. createExecutionException(String message, com.google.common.collect.ImmutableList<Long> tasks, Throwable cause, boolean handled)Should be called after the task was executed completely and threw an exception.Methods in de.xima.fc.workflow.processor.logic.execution that throw WorkflowTaskExecutionException Modifier and Type Method Description ITaskExecutionSuccessResultWorkflowExecutionContext. createExecutionSuccessResult(com.google.common.collect.ImmutableList<Long> tasks)Should be called after the task was executed completely.
-