eu.xenit.apix.workflow.model.WorkflowDefinition Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apix-interface Show documentation
Show all versions of apix-interface Show documentation
Xenit API-X Java interface
package eu.xenit.apix.workflow.model;
/**
* POJO for JSON serialization when retrieving the workflow definitions
*/
public class WorkflowDefinition {
public String id;
public String key;
public String name;
public String title;
public String description;
public String version;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy