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 WorkflowTaskExecutionException
WorkflowExecutionContext. 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 WorkflowTaskExecutionException Modifier and Type Method Description ITaskExecutionSuccessResult
WorkflowExecutionContext. createExecutionSuccessResult(com.google.common.collect.ImmutableList<Long> tasks)
Should be called after the task was executed completely.
-