You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/contextProvider/zeebe/TooltipProvider.js
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -361,6 +361,19 @@ const TooltipProvider = {
361
361
</div>
362
362
);
363
363
},
364
+
'messageSubscriptionCorrelationKey': (element)=>{
365
+
consttranslate=useService('translate');
366
+
367
+
return(
368
+
<div>
369
+
<p>
370
+
{translate('Identifier computed from the process context that is used to correlate an incoming message (e.g. ')}<code>= orderId</code>{translate('). ')}
0 commit comments