Class ProcessConstants


  • public class ProcessConstants
    extends Object
    ProcessConstants defines constants that are needed in the context of process templates and instances, for instance, data, node, and edges types, node, edge, instance, and template states. TODO common description of property-enums.
    • Field Detail

      • UNIVERSAL_IDENTIFIER_ID

        public static final UUID UNIVERSAL_IDENTIFIER_ID
        The UNIVERSAL_IDENTIFIER_ID constant is used to show that a DataElement/Parameter can be connected to a Parameter/DataElement with any identifierID.
      • IDENTIFIER_NOT_SET

        public static final UUID IDENTIFIER_NOT_SET
        The IDENTIFIER_NOT_SET constant is used to show that the identifierID of a DataElement/Parameter is not set yet.
      • DEFAULT_PROCESS_STARTER_RULE

        public static final String DEFAULT_PROCESS_STARTER_RULE
        The starter rule for a process that could be used if no other is given.
        See Also:
        Constant Field Values
      • IDENTIFIER_ID_DECISION

        public static final UUID IDENTIFIER_ID_DECISION
        identifier ID for the decision (output) parameter of an XOR split node
    • Constructor Detail

      • ProcessConstants

        public ProcessConstants()