From fa2c00821db62ab122ae56d35048906f05f6220a Mon Sep 17 00:00:00 2001 From: burnettk Date: Tue, 2 May 2023 10:44:30 -0400 Subject: [PATCH] add title text to explain reset a bit more --- spiffworkflow-frontend/src/routes/ProcessInstanceShow.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/spiffworkflow-frontend/src/routes/ProcessInstanceShow.tsx b/spiffworkflow-frontend/src/routes/ProcessInstanceShow.tsx index a3b5842b..f1718ab7 100644 --- a/spiffworkflow-frontend/src/routes/ProcessInstanceShow.tsx +++ b/spiffworkflow-frontend/src/routes/ProcessInstanceShow.tsx @@ -851,8 +851,13 @@ export default function ProcessInstanceShow({ variant }: OwnProps) { ); } if (canResetProcess(task)) { + let titleText = + 'This will reset (rewind) the process to put it into a state as if the execution of the process never went past this task. '; + titleText += 'Yes, we invented a time machine. '; + titleText += 'And no, you cannot go back after using this feature.'; buttons.push(