Package dev.dsf.bpe.v1.constants
Class BpmnExecutionVariables
java.lang.Object
dev.dsf.bpe.v1.constants.BpmnExecutionVariables
Defines names of standard process engine variables used by the bpe
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Value of thealternativeBusinessKey
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 thecorrelationKey
variable is used to correlated incoming Task resources to waiting multi instance process activitiesstatic final String
Values from thetarget
variable are used to configureAbstractTaskMessageSend
activities for sending Task resource messagesstatic final String
Thetargets
variable is typically used to iterate overTarget
variables in multi instance send/receive tasks or multi instance subprocesses -
Method Summary
-
Field Details
-
TARGET
Values from thetarget
variable are used to configureAbstractTaskMessageSend
activities for sending Task resource messages- See Also:
-
TARGETS
Thetargets
variable is typically used to iterate overTarget
variables in multi instance send/receive tasks or multi instance subprocesses- See Also:
-
CORRELATION_KEY
Value of thecorrelationKey
variable is used to correlated incoming Task resources to waiting multi instance process activities- See Also:
-
ALTERNATIVE_BUSINESS_KEY
Value of thealternativeBusinessKey
variable is used to correlated incoming Task resource to a waiting process instance if an alternative business-key was created for a communication target. See correspondingprotected
method inAbstractTaskMessageSend
on how to create and use an alternative business-key.- See Also:
-