No access to trinity for adding env in alpha

i tried to login to trinity for adding env for my alpha assignment how can i solve this ?.

or is there is any other option for adding env to the alpha ?
@Sam @Simphiwe

1 Like

Hello @Aswin ,
It seems like you don’t have access to Trinity. Please make sure you have the required access, or check if Trinity Practical is part of your training. Once that’s confirmed, you can send an email to support@neutrinos.com
to request access.

1 Like

There is no practical for trinity in my training does that mean i wont get access to trinity ?
@Sam

If i dont have access to it can i give the values directly instead of pulling from env in alpha assignment?

1 Like

@Aswin When you add environment variables in Workflow Studio, you are only declaring them so they can be referenced in attribute window properties like in triggers

The actual values for those variables are not set inside Workflow Studio itself. They need to be provided as part of your deployment configuration. At runtime, the platform picks up those values and injects them so that the request service can resolve them correctly.

So in short:

  • Workflow Studio → declare variables and reference them in your workflow.
  • Deployment configuration → provide the actual values for those variables.
2 Likes

1st step is to declare variable in the Environment right. After that how can i do the deployment configure ? is that done through the Trinity ?

1 Like

Hey @Aswin Which environment is this?

1 Like

this one @gaurav.pandey

1 Like

@Aswin you don’t have to deploy the application through trinity

2 Likes