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)
Can I provide java file at command in external task ?
shahzamaj
[html]
[/html]
where $java_cmd ="C:\Program Files\jdk\jre\bin\java" "path to class files\some_java_code"
OR I can only plase ipl files in command element ?
Thanks
Find more posts tagged with
Comments
Rick Poulin
Have you tried it? The answer is yes you can initiate standalone java code this way, but my guess is that standalone is not what you intended..
sample_report_2.jpg
Adam Stoller
Have you read the WFM manuals regarding URL ExternalTasks?
If not, I'd strongly recommend doing so.
Faizi
As suggested, yes you can. But for latest versions i.e 7.x and above would recommended to use URL Task instead of External Task. This is easier to invoke and run as non-root user.