Skip to main content

Process Flow PutContextVariables

Comments

2 comments

  • David Paras

    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
  • Ashish Pardhi

    Use $$TransactionName$$ to get running process flow name

    0

Please sign in to leave a comment.