Skip to main content
October 10, 2024
Question

user context in an expression in a node output

  • October 10, 2024
  • 3 replies
  • 0 views

why there is no user context in an expression in a node output

    3 replies

    somasundaram.d
    October 10, 2024

    Since process is a system activity, you have to pass the user context from the interface to process variables using rule inputs, which can be used inside the process nodes

    davidj137213
    Brainy
    October 10, 2024

    Exaclty , the activity has his own context.. if you want to use the user one.. you must pass it as a parameter

    stefanhelzle0001
    Brainy
    October 10, 2024

    There is. A process is initiated by a user and runs, including all nodes, in that context. You can make individual nodes run in the context of the model designer, on production, this is typically a admin type service account.