Access to flow file version, ex. myflow_v08.xlm

 2 Replies
 0 Subscribed to this topic
 52 Subscribed to this forum
Sort:
Author
Messages
scharby
New Member
Posts: 0
New Member
The ProcessFlow Administrator can display workunits assigned to that task.

The columns are Workunit, Work Title, Process, & Status.

The 'Process' column has the name and version of the flow associated with
the workunit, for example 'ReqApproval_V05'.

Is the 'Process' column available as a variable in the flow itself?

For instance on an email, I would like to include the name and version of the flow which produced it.


Robert Spurr
Veteran Member
Posts: 130
Veteran Member
I don't recall that being a variable but you could just do a DME on WFWORKUNIT and pull PROCESS-NAME.
scharby
New Member
Posts: 0
New Member
Thanks for the response.