I want to start a process using the Start Process Write plugin. and I have tried

I want to start a process using the Start Process Write plugin. and I have tried:
startprocesswrite(44,"0086123456789") but it does not start a process for process model with id 44...

is it how it should be used? anyone tried before?...

OriginalPostID-115457

OriginalPostID-115457

  Discussion posts and replies are publicly visible

  • Yes I have and got this working directly from a dashboard. So firstly as per the instructions in the expression editor you need to use it within a bind as the setter.

    Then I got it working with the following:
    =startprocesswrite( processModelId: 44 ,
    processParameters: {{param1:value1}, {param2:value2}})
    Not sure now if I needed the extra brackets but does work. Let me know if you need any additional information