Skip to main content
sandhyab4212
May 2, 2023
Question

RE: Issue with related action

  • May 2, 2023
  • 4 replies
  • 0 views

An Error Has Occurred An error occurred while applying the context for the ZMS_ST DBA Case related action [identifier=126]. Details: No process parameter found corresponding to override [name=pv!processId]. Non-parameter process variables cannot be overridden.

    4 replies

    sandhyab4212
    May 2, 2023

    please help me with this error

    stefanhelzle0001
    Brainy
    May 2, 2023

    The error message is pretty clear. You set a field to the context called "processId" which does not exists in the process as a PV or is not configured as a parameter so it does no accept a value when the process is started.

    gopalk2865
    Participating Frequently
    May 2, 2023

    Please check if you are referring correct process variable. are your trying to refer pp!processId instead of pv!processId?

    sandhyab4212
    May 2, 2023

    Thank you everyone for your response, i have sorted this issue