Hello,

We have been using RT for about a month for simple tracking of problem requests 
and now my manager is looking to implement an approvals process. I tried 
following the suggestions in the wiki with not much luck. I then stumbled on 
the workflow builder extension.

I am trying to set up a very simple one person approval. I have set the 
following in my RT_Siteconfig:
#### RTx-Workflow for Approvals ####

Set( $WorkflowBuilderStages,
     { 'Manager Approval' =>
       { content => 'some content here',
         subject => 'Manager Approval for Test Queue: {$Approving->ID} - 
{$Approving->Subject}',
         owner =>  'username'
       }
     }
   );

Set( $WorkflowBuilderRules,
     { 'TestQueue-Approval' => [ 'Manager Approval' ]
     }
   );

I am getting this error when going to run rt-workflow:
/opt/rt3/local/plugins/RTx-WorkflowBuilder# bin/rt-workflow --create TestQueue 
TestQueue-Approval
Can't locate RTx/WorkflowBuilder.pm in @INC (@INC contains: /etc/perl 
/usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5 
/usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 
/usr/local/lib/site_perl .) at bin/rt-workflow line 5.
BEGIN failed--compilation aborted at bin/rt-workflow line 5.

Can anyone point me in the right direction? My RT Configuration page shows 
/opt/rt3/local/plugins/RTx-WorkflowBuilder/lib as one of the perl paths. Should 
I be running the script as someone other than root? I am sure I am missing 
something trivial.

Paul Samarco
Network Administrator
e. psama...@delonghiusa.com
v. 201.518.2257



_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: sa...@bestpractical.com


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com

Reply via email to