Skip to main content
Solved

How to use system variables in A360 custom packages

  • May 7, 2025
  • 3 replies
  • 76 views

Forum|alt.badge.img

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?

Best answer by Padmakumar

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.

3 replies

Padmakumar
Premier Pathfinder | Tier 7
Forum|alt.badge.img+15
  • Premier Pathfinder | Tier 7
  • Answer
  • May 7, 2025

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.


Forum|alt.badge.img+4
  • Navigator | Tier 3
  • May 10, 2025

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


Shreya.Kumar
Pathfinder Community Team
Forum|alt.badge.img+14
  • Pathfinder Community Team
  • May 14, 2025

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