Home
TeamSite
TeamSite, LiveSite and OpenDeploy
Initiating Workflow - CGI file
System
Hi All,
I am actaully new to workflow modeler. I need to initiate workflow from (.
ipm
file) from CGI.
Is it possible ? if yes , How ?
I have done the same for (.wft ) but not sure with (ipm).
Can we use the same for (.
ipm
) file ?
##########################################################33
my $wft_file = "$IWHOME/local/config/wft/solutions/author_submit_with_email.wft";
my $xml_spec = generateXMLSpecification("$wft_file",
{
iw_areaowner => "iwoven",
iw_file => "README",
iw_workarea => 'default/main/Interwoven-Example/WORKAREA/Wk-Teamsite_templating-exp',
iw_user => "iwoven"
});
my $wf_system = TeamSite::WFsystem->new();
# Create a new Workflow
my $wf = $wf_system->CreateWorkflow($xml_spec);
$wf->Invoke();
#############################################################33
Thanks
Vinay
Find more posts tagged with
Comments
There are no comments yet