Uses of Class
de.xima.fc.exceptions.WorkflowTaskExecutionException
Packages that use WorkflowTaskExecutionException
-
Uses of WorkflowTaskExecutionException in de.xima.fc.workflow.processor.logic.execution
Methods in de.xima.fc.workflow.processor.logic.execution that return WorkflowTaskExecutionExceptionModifier and TypeMethodDescriptionWorkflowExecutionContext.createExecutionException
(String message, com.google.common.collect.ImmutableList<Long> tasks, Exception 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 WorkflowTaskExecutionExceptionModifier and TypeMethodDescriptionWorkflowExecutionContext.createExecutionSuccessResult
(com.google.common.collect.ImmutableList<Long> tasks) Should be called after the task was executed completely.