1 Reply Latest reply on Aug 29, 2014 10:54 AM by krisverlaenen

    Custom html page as human task form

    amit.yadav

      Is it possible to create my own custom html pages which could be used as the human task form in my business process?

        • 1. Re: Custom html page as human task form
          krisverlaenen

          If you would like to use business-central (aka jbpm-console), but not use the form modeler, you can use the freemarker templates, which are basically html-templates.

           

          If you are writing your own custom UI, you can use whatever you like, you should simply make sure that whenever a form is completed, it is calling the REST api of the execution server with the necessary information from the form.