elsa-core
elsa-core copied to clipboard
Question ELSA 2: IActivityPropertyOptionsProvider that works with other properties of activity
This question is for ELSA 2.
We have lots of situation where an activity need to chose one option between X choiches, this is done with IActivityPropertyOptionsProvider. But then I have another dropdown where the possible choices are determined by the value of the previous dropdown.
Is there a way to solve this scenario? I've tried also IRuntimeSelectListProvider but I verified that it is not doing what I need to solve the problem.
What I need is for IActivityPropertyOptionsProvider to receive the current action configuration so I can inspect other properties of the activity to choose the result value.
Am I missing something obvious?