Skip to main content
August 19, 2022
Solved

How to capture processParameters from a!startProcessLink inside process model

  • August 19, 2022
  • 2 replies
  • 0 views

Hi,

I am using a a!linkField with a!startProcessLink to call a process Model.

Also, trying to pass parameters inside processParameters like processParameters :{Id: 10, User:LoggedInUser()}.

Now, how can I catch these parameters inside my Process Model.

Appreciate if someone provide any clue.

Thanks.

    Best answer by arunthejam2893

    Hi,

    You will have to declare them as process variables and parameterize them like below.

    Hope this is helpful.

    Thanks,

    Arun

    2 replies

    August 19, 2022

    Hi,

    You will have to declare them as process variables and parameterize them like below.

    Hope this is helpful.

    Thanks,

    Arun

    August 19, 2022

    Please make sure the name which you are using into startProcessLink will be the same which you used as a process Variable. It is case-sensitive.