Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/modules/bpm/pages/bpmn/custom.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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.
Or, expose form metadata using `ProcessFormDataExtractor` in Jmix. See the xref:process-form-data-extractor.adoc[] section for example.