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.