Class BpmnExecutionVariables

java.lang.Object
dev.dsf.bpe.v1.constants.BpmnExecutionVariables

public final class BpmnExecutionVariables extends Object
Defines names of standard process engine variables used by the bpe
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Value of the alternativeBusinessKey variable is used to correlated incoming Task resource to a waiting process instance if an alternative business-key was created for a communication target.
    static final String
    Value of the correlationKey variable is used to correlated incoming Task resources to waiting multi instance process activities
    static final String
    Values from the target variable are used to configure AbstractTaskMessageSend activities for sending Task resource messages
    static final String
    The targets variable is typically used to iterate over Target variables in multi instance send/receive tasks or multi instance subprocesses
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait