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

ai.databand.schema.TaskStates Maven / Gradle / Ivy

/*
 * © Copyright Databand.ai, an IBM Company 2022
 */

package ai.databand.schema;

public interface TaskStates {
    String RUNNING = "running";
    String SUCCESS = "success";
    String FAILED = "failed";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy