ELSA 3.1.0: I can not access synthetic inputs by ActivityExecutionContext #5792
Unanswered
sleepysimon89
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have created a custom activity implementation. Then I implemented an ActivityProvider to create ActivityDescriptors of this activity with different inputs. These inputs are not implemented as properties on the custom activity implementation (synthetic).
I tried to access them using context.Get(inputName) but it always returns the default value and not the value provided by designer. What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions