Package org.flowable.engine.impl.util
Class CorrelationUtil
java.lang.Object
org.flowable.engine.impl.util.CorrelationUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
getCorrelationKey
(String elementName, CommandContext commandContext, FlowElement flowElement, ExecutionEntity executionEntity) static String
getCorrelationKey
(String elementName, CommandContext commandContext, ExecutionEntity executionEntity)
-
Constructor Details
-
CorrelationUtil
public CorrelationUtil()
-
-
Method Details
-
getCorrelationKey
public static String getCorrelationKey(String elementName, CommandContext commandContext, ExecutionEntity executionEntity) -
getCorrelationKey
public static String getCorrelationKey(String elementName, CommandContext commandContext, FlowElement flowElement, ExecutionEntity executionEntity)
-