Update env variable in python v2 workflow but not able to get updated value in v1 workflow

Hi Team
Please guide me how can I get updated env variable value (updated in v2 python workflow) in nodejs v1 workflow

Regards,
Sumit

Hi @sumitrathi we don’t support updating env vars in code right now (it should work within a single invocation of a workflow, but not across invocations or workflows).

Can you tell me more about your use case so we can figure out a potential workaround or alternate solution?

Thanks for your quick reply.
Use Case: I have invoked a v2 workflow in python to process the data from v1 node js using HTTP. Now I want processed data/response from python code in v1 workflow. Fie this I was trying to apply env variable to get the updated values.
Kindly suggest me how can I do this.

Regards,
Sumit

Got it. Could you send an HTTP POST with that processed data back to your v1 workflow?

Thanks!

Hi Danny,

Can you please suggest some solution on following topic,

Regards,
Sumit Rathi

Hi @sumitrathi , I have replied to your question in the thread. Thanks!

1 Like