What's the hash variable for the creator of the process?

Confluence User - 19 Jul, 2018

How do I get the hash variable of the user who started the process?

The hash variables available for the "performer" need "activityDefId", and the "start process" activity doesn't have a def Id, so how do I get the performer of starting the process?

Also, I tried using "#performer.runProcess.username#" which is included as an example in the documentation, but it doesn't work

performer;hashvariable;user;run-process

1


19 Jul, 2018
confluenceUser
confluenceUser

Hello Sarah,

Every process will have a "runProcess" activity, which begins at the start node of a process.

#performer.runProcess.username# seems to be the correct hash variable for your question. Try testing this hash variable by running a process since it only works in the context of a process. Also on another note, the Performer hash variable will only work for activities that has already been executed.

Hope this helps.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print