Question
5
Replies
187
Views
Posted: November 6, 2015
Last activity: January 5, 2016
Is there any way to trigger a PRPC Activity from a Unix Shellscript?
Is there any way to trigger a PRPC Activity from a Unix Shellscript? This is to facilitate the triggering of PRPC processes from an external scheduling tool.
Hi Andrew,
You could capture the http interaction of running your activity using a tool like JMeter, and then use wget or curl in your shell script to perform the http interactions. I have not done this myself, but I use a similar approach to for other tasks.