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

jadex.bpmn.runtime.editor.IEditorTask Maven / Gradle / Ivy

/**
 * 
 */
package jadex.bpmn.runtime.editor;

/**
 * 

This is only a COPY from the BPMN editor

* * Marker Interface for Jadex BPMN tasks * * @author Claas */ public interface IEditorTask { /** * Access the TaskMetaInfo * @return the TaskMetaInfo */ public IEditorTaskMetaInfo getMetaInfo(); /** getDescription() method name */ public static final String METHOD_IJADEXTASK_GET_TASK_METAINFO = "getMetaInfo"; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy