From d37a2614c7a8ad1cdfa8955725d1b99ed06c7585 Mon Sep 17 00:00:00 2001 From: Dan Date: Wed, 19 Apr 2023 10:33:18 -0400 Subject: [PATCH] Show the instructions on the script tasks as well - if for no other reason than it makes things easier to test. --- .../extensions/propertiesPanel/ExtensionsPropertiesProvider.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/spiffworkflow/extensions/propertiesPanel/ExtensionsPropertiesProvider.js b/app/spiffworkflow/extensions/propertiesPanel/ExtensionsPropertiesProvider.js index c4327da..ff4869c 100644 --- a/app/spiffworkflow/extensions/propertiesPanel/ExtensionsPropertiesProvider.js +++ b/app/spiffworkflow/extensions/propertiesPanel/ExtensionsPropertiesProvider.js @@ -43,6 +43,7 @@ export default function ExtensionsPropertiesProvider( 'bpmn:UserTask', 'bpmn:ServiceTask', 'bpmn:EndEvent', + 'bpmn:ScriptTask', 'bpmn:IntermediateCatchEvent', ]) ) { @@ -240,7 +241,7 @@ function createUserInstructionsGroup ( component: SpiffExtensionTextArea, name: 'spiffworkflow:instructionsForEndUser', label: 'Instructions', - description: 'Displayed above user forms and while this task is executing.', + description: 'Displayed above user forms or when this task is executing.', }, { element,