Constant Field Values

Contents

org.jbpm.*

  • org.jbpm.process.instance.impl.humantask.phases.Claim
    Modifier and Type
    Constant Field
    Value
    public static final String
    "claim"
    public static final String
    "Reserved"
  • org.jbpm.process.instance.impl.humantask.phases.Release
    Modifier and Type
    Constant Field
    Value
    public static final String
    "release"
    public static final String
    "Ready"
  • org.jbpm.process.instance.impl.humantask.phases.Skip
    Modifier and Type
    Constant Field
    Value
    public static final String
    "skip"
    public static final String
    "Skipped"
  • org.jbpm.process.instance.impl.workitem.Abort
    Modifier and Type
    Constant Field
    Value
    public static final String
    "abort"
    public static final String
    "Aborted"
  • org.jbpm.process.instance.impl.workitem.Active
    Modifier and Type
    Constant Field
    Value
    public static final String
    "active"
    public static final String
    "Ready"
  • org.jbpm.process.instance.impl.workitem.Complete
    Modifier and Type
    Constant Field
    Value
    public static final String
    "complete"
    public static final String
    "Completed"