Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
getting the current vpath
bodo
How can I access the current branch_path,work_area, user in another way than by user interaction?
The current vpath and user should be accessible because it's checked in available templates.
In the example workflows theres always the TAG_info way but the combobox with branches is slowly getting complex!
regards,
Bodo von Malottki
Find more posts tagged with
Comments
Jeremy
Hi,
You can get the following variables from within a Workflow - which I am assuming is where you are wanting these details as you weren't too clear about where you were trying to gather this info.
iw_user, iw_workarea, iw_branch and there are a bunch of others too - page 35 of Workflow Guide.
The following is how you can get this value while in the Workflow.
my $iw_user= __VALUE__('iw_user);
Hope this helps.
Jeremy