Skip to main content
Ground Control | Tier 1
May 7, 2025
Solved

How to use system variables in A360 custom packages

  • May 7, 2025
  • 3 replies
  • 178 views

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
    Premier Pathfinder | Tier 7
    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.

    Padmakumar
    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
    May 14, 2025

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