Replies: 2 comments 1 reply
-
|
You should be able to do it today with relative ease. The key ingredient for this is the As part of this implementation, you construct a thing called an Elsa contains an implementation of We'll have more activity providers in the future, such as one that use Open API and GraphQL schemas to dynamically yield activity types that represent various API actions. |
Beta Was this translation helpful? Give feedback.
-
|
I believe I've found the solution to my problem, for my code see #894. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
My use case is that at initialization I need to discover number of properties and property types for an activity.
Since properties, at least at first glance, seem to be tied to activity class members this type of dynamic adding seems impossible or would require dynamic creation of the whole class or something equally complex.
Is something like this possible? Did I miss some relatively easy way of doing this?
One idea that came to my mind, would it be possible to have several activity properties (as displayed in designer) map to one activity member variable (map, array, complex object with submemeber)? One property going to member.first or member["first"] and other going to member.second or member["second"]?
Beta Was this translation helpful? Give feedback.
All reactions