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)
demo_provisioning.wft and TAG_info(beverage)
Kilroy
going through the ControlHub 2.0 workflow manual, I've added the example beverage tag to the TAG_info section. I get prompted for this field OK, but when I write out the workflow and create the debug job file output via. the iw_debug flag set to true, I don't see a variable for beverage anywhere in the output...
I've tried
TAG_info( iw_setwfarg_beverage => "<input type='text' value='pepperminttea'></input>");
The demo_provisioning.wft file has this curious comment in it:
# ::TODO:: only pass in std WFT tags to ctor,
# then make a call on the WFT to get names of other tags
# and then make another call to pass in those tags
my $wft = new ControlHub::Workflow::WFT(
iw_user => $iw_user,
iw_branch => $iw_branch,
iw_workarea => $iw_workarea,
iw_template_file => $iw_template_file,
iw_locale => $iw_locale,
workarea => $workarea,
iw_desc => $iw_desc,
change_request_id => $change_request_id,
new_edition_name => $new_edition_name,
iw_author => $iw_author,
rollback_edition_name => $rollback_edition_name,
%od_params,
);
So what am I missing to make CGI fields that I add in the WFT show up as variables in the generated job files?
Find more posts tagged with
Comments
james1
I don't think that the "iw_setwfarg_*" magic is compatible in ControlHub's workflows.
Is there something specific you are trying to do, or are you just playing around with the workflow technology?
Thanks
-- James
--
James H Koh
Interwoven Engineering
Kilroy
the latter, just trying to learn more about workflow possibilites before our consultant comes on board to help w/ the full installation.
I found the trick w/ odSubst_ a couple days back, and that's what I want/need to use.
thx,
Kilroy