1 package de.webman.content.workflow;2 3 /**4 * Konstanten fuer den Workflow5 * @author $Author: alex $6 * @version $Revision: 1.1 $7 */8 public interface WorkflowTemplateConstants9 {10 String TRANSITIONS = "";11 String CHOICES = "";12 }