1 Reply Latest reply on Feb 21, 2012 4:39 PM by diorbert

    jBPM 5 Task forms

    pushpak1981

      Hi,

       

      I wanted to know what all form actions are supported by jbpm 5 task form in jbpm console.

       

      <form action="complete" method="post"  enctype="multipart/form-data">
      ......
      <input value="Complete" name="outcome" type="submit">
      </form>
      

       

      Is there any way i can add more actions like: Release, Suspend, Skip etc in the task form.

        • 1. Re: jBPM 5 Task forms
          diorbert

          Nice question. While i know that it is possible (skip, suspend), i can't see how to do that using, for example, the jbpm console. I found some examples that explain how skip or suspend a task, but using java code. I also want to know how to do that using task forms.