Skip to main content

Hello,
I’m currently developing a custom package, and I would like to retrieve values such as $System:AATaskName$ and $System:AATaskInvoker$ directly within the custom package, without using system variables in the A360 task.
Could you please help me with how to access these values from within the package code?

Hi ​@yesong.S ,

 

A straightforward approach for this is not available as you can't directly access system variables within the custom package code. Instead, try to pass the values of these system variables as parameters when invoking the custom package from your Automation task.


By passing these values as input parameters from the task to the package you can make it work.


@yesong.S were you able to try any of these methods? Let us know what worked for you!


Reply