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

io.edurt.datacap.service.service.WorkflowService Maven / Gradle / Ivy

There is a newer version: 2024.4.0
Show newest version
package io.edurt.datacap.service.service;

import io.edurt.datacap.common.response.CommonResponse;
import io.edurt.datacap.service.entity.WorkflowEntity;

import java.util.List;

public interface WorkflowService
        extends BaseService
{
    CommonResponse stop(String code);

    CommonResponse> log(String code);

    CommonResponse restart(String code);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy