cancel
Showing results for 
Search instead for 
Did you mean: 

System varaible name required in workflow processing

sujana_koduri
Participant
0 Kudos

Hi,

I would like to know the variable name required in the workflow processing which is marked in the screen shot provide.

Regards,

Ranjith

Accepted Solutions (0)

Answers (1)

Answers (1)

SandySingh
Active Contributor
0 Kudos

Hello

You can fetch the name of workflow step creator using following binding

&_WORKITEM.CREATEDBYUSER.NAME&


If you are after the task creator then look at the task container element "&_WORKITEM&" . This is task workitem instance(will give you the creator of task). There is similar container element in main WF container which is the main WF workitem instance(will give you the name of WF requester )


Regards

Sandy