[SOLVED]: Passing parameters between WAPT packets
Published: April 9, 2024 - 4:50 PM
Context:
WAPT version: 2.2.3 Enterprise
Server OS: Debian 12
Administration console OS: Win10pro
Package development workstation OS: Win10pro
Hello,
Is it possible to pass parameters between different WAPT packages?
For example: a PAKWAPT1 package returns the string 'chaineapasser' via the install function (and a return statement), and a PAKWAPT2 package tries to retrieve the string 'chaineapasser' by calling the WAPT.install function:
mavariableaassigner = WAPT.install( ['PAKWAPT1'], force = True)
This example doesn't work, but perhaps there's a mechanism to make it work?
Best regards,
Christophe.
WAPT version: 2.2.3 Enterprise
Server OS: Debian 12
Administration console OS: Win10pro
Package development workstation OS: Win10pro
Hello,
Is it possible to pass parameters between different WAPT packages?
For example: a PAKWAPT1 package returns the string 'chaineapasser' via the install function (and a return statement), and a PAKWAPT2 package tries to retrieve the string 'chaineapasser' by calling the WAPT.install function:
mavariableaassigner = WAPT.install( ['PAKWAPT1'], force = True)
This example doesn't work, but perhaps there's a mechanism to make it work?
Best regards,
Christophe.