All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.kie.kogito.process.ProcessError Maven / Gradle / Ivy

Go to download

The Kogito public API which is backwards compatible between releases.

There is a newer version: 10.0.0
Show newest version
package org.kie.kogito.process;


public interface ProcessError {

    String failedNodeId();
    
    String errorMessage();
    
    void retrigger();
    
    void skip();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy