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

org.crp.flowable.shell.utils.ExecuteWithModelId Maven / Gradle / Ivy

The newest version!
package org.crp.flowable.shell.utils;

import com.fasterxml.jackson.databind.JsonNode;
import org.apache.http.impl.client.CloseableHttpClient;

@FunctionalInterface
public interface ExecuteWithModelId {
    JsonNode execute(CloseableHttpClient client, String modelId);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy