From 17e6b53251b87d79732b3694d5f7797f3121021f Mon Sep 17 00:00:00 2001 From: Ken Geis Date: Thu, 2 Jul 2026 11:13:35 -0700 Subject: [PATCH] fix typo in BPM custom form doc page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "Task From" → "Task Form" --- content/modules/bpm/pages/bpmn/custom.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/modules/bpm/pages/bpmn/custom.adoc b/content/modules/bpm/pages/bpmn/custom.adoc index aab9bb8a..ce52132b 100644 --- a/content/modules/bpm/pages/bpmn/custom.adoc +++ b/content/modules/bpm/pages/bpmn/custom.adoc @@ -54,7 +54,7 @@ View controller for the custom start form: include::example$/bpm-ex1/src/main/java/com/company/bpmex1/view/forms/CustomStartForm.java[tags=custom] ---- -=== Custom Task From +=== Custom Task Form XML descriptor for a custom task form that has only *Task complete* button: @@ -77,4 +77,4 @@ It is possible to create forms with an alternative UI technology (e.g., React) t * `StartFormData getStartFormData (String processDefinitionId)` * `TaskFormData getTaskFormData (String taskId)` -Or, expose form metadata using `ProcessFormDataExtractor` in Jmix. See the xref:process-form-data-extractor.adoc[] section for example. \ No newline at end of file +Or, expose form metadata using `ProcessFormDataExtractor` in Jmix. See the xref:process-form-data-extractor.adoc[] section for example.