Start Process with UUID

Both the a!startProcessLink and a!startProcess functions state that the "processModel" parameter accepts "a constant referencing the process model or a process model UUID"

However, when we try to pass a constant of type Text with a process model UUID to the processModel parameter, we get a generic "The process does not exist, has been deleted, or you do not have permission to start it."

When we pass a constant of type Process Model (using the same process model) to the procesModel parameter, we are able to start the process as expected.

Do these two functions still accept UUID in the processModel parameter? If so, what are we doing wrong?

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data