{taskToUse.bpmn_name ? (
@@ -1414,7 +1498,7 @@ export default function ProcessInstanceShow({ variant }: OwnProps) {
{taskDisplayButtons(taskToUse)}
{taskToUse.state === 'COMPLETED' ? (
-
+
{completionViewLink(
'View process instance at the time when this task was active.',
@@ -1422,11 +1506,11 @@ export default function ProcessInstanceShow({ variant }: OwnProps) {
)}
-
) : null}
+
{taskActionDetails()}
- {multiInstanceSelector()}
+ {taskInstanceSelector()}
);
};