usually we are using initiator in process flow and loggedInUser in interface, rules and other expression. what might be the specific difference between these two.
Discussion posts and replies are publicly visible
Is that Same difference for Process initiator and Process Designer?
if not please explain
Designer is who created the process model. Initiator is the one who will trigger that process model.
Multiple Threads
Initiator and loggedInUser do not return the same values! The Appian documentation says:
"If there is no user context, such as when used in an expression in a node output, loggedInUser() returns "Administrator"."
loggedInUser()
So be careful with this!
I use loggedInUser() in interfaces only.