3 Replies Latest reply on Aug 22, 2006 8:19 AM by kukeltje

    Writing custom tasks

    kannan_jboss

      Hi All,
      I would like to extend JBPMs "Task" while extending other nodes is fairly easy, extending Task is not straightforward. In particular, the code JpdlXmlReader has lines like,

      public Task readTask(Element taskElement, TaskMgmtDefinition taskMgmtDefinition, TaskNode taskNode) {
       Task task = new Task();
       task.setProcessDefinition(processDefinition);
       ...........(around 80-100 lines here)
      


      Can someone point me to some relevant Wiki articles, where we can extend the actual "Task" type. Basically I want to add some functionality to the "Task" like ability to determine the actual form to be shown to the UI when the task is manual