Process Flow PutContextVariables
For dynamically naming targets, we use the putContextVariable with a value of $$Service.NAME_OF_SOURCE.fileName$$. Is there a list of all the avaiable variables we can use? I am trying to dynamically name the email notification Subject to be whatever the name of the process flow is. I found this in your documentation: $$ProcessFlowVariableName$$, but this does not work either. Any suggestions?
-
The Process Flow name is stored in a variable named “TransactionAddress” along with other values. The value of the TransactionAddress looks like below:
“localhost://indigo.Transaction[192168001136133905817367100003!192168001136133905856171600032]:type=Transaction,name=ProcessFlowName,id=192168001136133905817367100003,pid=192168001136133905856171600032”
You can fetch the value of Process Flow Name by using “$$TransactionAddress$$”. But you have to use Custom plugin that will extract Process Flow name from this value and set it to some other variable say “PFName” and use this variable in PutContextVar while over-riding mailSubject.
0 -
Use $$TransactionName$$ to get running process flow name
0
Please sign in to leave a comment.
Comments
2 comments