Show the instructions on the script tasks as well - if for no other reason than it makes things easier to test.

This commit is contained in:
Dan 2023-04-19 10:33:18 -04:00
parent 69135655f8
commit d37a2614c7
1 changed files with 2 additions and 1 deletions

View File

@ -43,6 +43,7 @@ export default function ExtensionsPropertiesProvider(
'bpmn:UserTask', 'bpmn:UserTask',
'bpmn:ServiceTask', 'bpmn:ServiceTask',
'bpmn:EndEvent', 'bpmn:EndEvent',
'bpmn:ScriptTask',
'bpmn:IntermediateCatchEvent', 'bpmn:IntermediateCatchEvent',
]) ])
) { ) {
@ -240,7 +241,7 @@ function createUserInstructionsGroup (
component: SpiffExtensionTextArea, component: SpiffExtensionTextArea,
name: 'spiffworkflow:instructionsForEndUser', name: 'spiffworkflow:instructionsForEndUser',
label: 'Instructions', 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, element,