Package org.kie.internal.runtime.error
Interface ExecutionErrorStorage
public interface ExecutionErrorStorage
-
Method Summary
Modifier and TypeMethodDescriptionvoidacknowledge(String user, String... errorId) listByActivity(String activityName, Integer page, Integer pageSize) listByDeployment(String deploymentId, Integer page, Integer pageSize) listByProcessInstance(String processInstanceId, Integer page, Integer pageSize) store(ExecutionError error)
-
Method Details
-
store
-
get
-
acknowledge
-
list
-
listByProcessInstance
List<ExecutionError> listByProcessInstance(String processInstanceId, Integer page, Integer pageSize) -
listByActivity
-
listByDeployment
-