why there is no user context in an expression in a node output
Discussion posts and replies are publicly visible
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
Exaclty , the activity has his own context.. if you want to use the user one.. you must pass it as a parameter
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.