TS Environment: TeamSite 7.3.2, WFM
Using a URL task, is it possible to pass the task ID to a Perl script specified in the URI? I know this sort of thing is possible with a CGI Task (passing parameters to a Perl script), however in this case I can't use a CGI Task because I need the task to which I would be passing said parameter to kick off immediately and the preceding task is not a user or group task. (Also, no user interaction is required, I just need the Perl script to run and then move on to the next task.)
Ideally I would use an external task but that would require rewriting the Perl script in Java, which is something I am trying to avoid.
Thanks