JBoss Community

Re: WorkItem definition paramater and process variable mapping in Designer

created by Sergey Kornilov in jBPM - View the full discussion

Try write  #{msg} in colomn "To Value", if you want set  String "msg" to you Service Task.

If you want Get parameters from service task add "results"

  [

    "name" : "GetConstant",

    "parameters" : [

    "ReqType" : new StringDataType(),

    "Name"    : new StringDataType()

    ],

    "results" : [

        "Result" : new UndefinedDataType()

    ],

    "category" : "Const",

    "displayName" : "GetConstantByName",

    "icon" : "..."

  ],

Reply to this message by going to Community

Start a new discussion in jBPM at Community