elsa-core icon indicating copy to clipboard operation
elsa-core copied to clipboard

Question ELSA 2: IActivityPropertyOptionsProvider that works with other properties of activity

Open alkampfergit opened this issue 1 year ago • 0 comments

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?

alkampfergit avatar Sep 25 '24 13:09 alkampfergit