Fix @kogito-apps/process-form: doesn't display custom forms. #526
Labels
area:form-generation-tool
area:tools
Issues affecting Apache KIE tooling projects
type:bug
Something is behaving unexpectedly
Although the form-generation-tool generates the process forms, the process-form component still uses the default autogenerated form... we should make it use the custom if provided by the app.
Steps to reproduce:
pom.xml
add a dependency to theruntime-tools-quarkus-extension
mvn clean quarkus:dev
)http://locahost:8080/q/dev
) and click on the Process Instances link inside the Runtime Tools Quarkus Extension and start a new process instance, de default form will be displayed instead of the one generated by the form-generation-toolThe text was updated successfully, but these errors were encountered: