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

com.github.xiaojoin.activa.api.model.Workbench Maven / Gradle / Ivy

package com.github.xiaojoin.activa.api.model;

import java.time.LocalDateTime;

/**
 * Workbench
 */
public interface Workbench {


    /**
     * ProcInstId
     * @return
     */
    String getProcInstId();

    /**
     * TaskId
     * @return
     */
    String getTaskId();

    /**
     * TaskName
     * @return
     */
    String getTaskName();

    /**
     * StartTime
     * @return
     */
    LocalDateTime getStartTime();

    /**
     * Status
     * @return
     */
    String getStatus();


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy