package eu.geoknow.generator.workflow.beans; public enum Status { ABANDONED, COMPLETED, FAILED, STARTED, STARTING, STOPPED, STOPPING, UNKNOWN }