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);
}