Get instance variables in Job #310
Unanswered
nilsonrossi
asked this question in
Q&A
Replies: 1 comment
-
|
If i do: I get all the instance variables, but, I lost custom headers defined in service task because i don't have job instance anymore. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It is possible to get the instance variables while processing a job?
For example, i have a workflow with 3 services tasks.
The first one return {"x": 1}, second return {"y": 2}, and third, i want to access these instance variables. I always get an empty dict when i print job.variables inside my worker implementation.
Beta Was this translation helpful? Give feedback.
All reactions