1 Reply Latest reply on Jan 6, 2007 9:40 AM by kukeltje

    how to delete the processdefinition from the jbpm database t

    skpeddi

      Could you please tell me how to delete the processdefinition from the database table.

      iam using below method.
      graphSession.deleteProcessDefinition("8779");

      any body can tell me whats wrong with this.