6 Replies Latest reply on Jan 9, 2015 4:15 AM by lauradp

    How to fix Task node '' [4] has no work name error in jbpm designer

    lauradp

      Hello Everybody,

      When I try to add a csutom service to a jBPM process in the designer I get the error descrivbed in the title and I'm not able to deploy my project.

       

      This is my wid:

       

        [

          "name" : "LogTask",

          "parameters" : [

               "CommandClass" : new StringDataType()

          ],

          "results" : [

              "Result" : new ObjectDataType(),

          ],

          "displayName" : "LogTask",

          "icon" : "defaultservicenodeicon.png"

        ]

       

      Can anyone help me?

       

      UPDATE:

      My workItemHandlers belong to a custom package.

       

      Laura