Skip to content

Commit 6fba37f

Browse files
maffbarmac
authored andcommitted
feat: update tooltip to ad-hoc completion to jump to the completion section
1 parent 0ddd7eb commit 6fba37f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/contextProvider/zeebe/TooltipProvider.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ const TooltipProvider = {
355355
return (
356356
<div>
357357
{translate('Define the completion behavior of an ad-hoc subprocess. If no completion condition is set, it will be completed after all active elements have been completed. ')}
358-
<a href="https://docs.camunda.io/docs/components/modeler/bpmn/ad-hoc" target="_blank" rel="noopener noreferrer" title={ translate('Ad-hoc subprocess documentation') }>
358+
<a href="https://docs.camunda.io/docs/components/modeler/bpmn/ad-hoc#completion" target="_blank" rel="noopener noreferrer" title={ translate('Ad-hoc subprocess documentation') }>
359359
{ translate('Learn more.') }
360360
</a>
361361
</div>

0 commit comments

Comments
 (0)