Are you talking about how to do this within a STAX job?  If so, then one 
way you could possibly do this by having Process A print the argument 
names and values to a file and return the file's data to the STAX job 
(e.g. using a <returnfile> sub-element within the <process> element) so 
the STAX job can then pass this data on to Process B.  Note that the 
arguments would be in a string format.

--------------------------------------------------------------
Sharon Lucas
IBM Austin,   luc...@us.ibm.com
(512) 286-7313 or Tieline 363-7313




From:   Benny Thomas <benny.tho...@oneconvergence.com>
To:     staf-users@lists.sourceforge.net, 
Cc:     staf-de...@lists.sourceforge.net
Date:   07/18/2012 06:31 AM
Subject:        [staf-users] Passing arguments between two process



Hi,

We are required to invoke a function with arguments from a process and the 
function is required to collect values for the arguments from another 
process.For example:

Process A in Host1: Function(a,b,c)

Collect values for a,b,c from Process B

Process B in Host2 : a = 1, b =2, c=3  



 Can we do this using two STAF process?

Thanks and Regards
Benny Thomas
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
staf-users mailing list
staf-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/staf-users

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
staf-users mailing list
staf-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/staf-users

Reply via email to