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

io.nflow.rest.v1.ResourcePaths Maven / Gradle / Ivy

There is a newer version: 9.0.0
Show newest version
package io.nflow.rest.v1;

public abstract class ResourcePaths {

  public static final String NFLOW_ARCHIVE_PATH = "/v1/archive";
  public static final String NFLOW_STATISTICS_PATH = "/v1/statistics";
  public static final String NFLOW_WORKFLOW_DEFINITION_PATH = "/v1/workflow-definition";
  public static final String NFLOW_WORKFLOW_EXECUTOR_PATH = "/v1/workflow-executor";
  public static final String NFLOW_WORKFLOW_INSTANCE_PATH = "/v1/workflow-instance";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy