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 StringValue of thealternativeBusinessKeyvariable 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 StringValue of thecorrelationKeyvariable is used to correlated incoming Task resources to waiting multi instance process activitiesstatic final StringValues from thetargetvariable are used to configureAbstractTaskMessageSendactivities for sending Task resource messagesstatic final StringThetargetsvariable is typically used to iterate overTargetvariables in multi instance send/receive tasks or multi instance subprocesses -
Method Summary
-
Field Details
-
TARGET
Values from thetargetvariable are used to configureAbstractTaskMessageSendactivities for sending Task resource messages- See Also:
-
TARGETS
Thetargetsvariable is typically used to iterate overTargetvariables in multi instance send/receive tasks or multi instance subprocesses- See Also:
-
CORRELATION_KEY
Value of thecorrelationKeyvariable is used to correlated incoming Task resources to waiting multi instance process activities- See Also:
-
ALTERNATIVE_BUSINESS_KEY
Value of thealternativeBusinessKeyvariable is used to correlated incoming Task resource to a waiting process instance if an alternative business-key was created for a communication target. See correspondingprotectedmethod inAbstractTaskMessageSendon how to create and use an alternative business-key.- See Also:
-