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.