issues
search
HolismHolding
/
Issues
1
stars
0
forks
source link
Consider dynamic compilation and execution of C# code for the sake of actions in flows, or state machines
#218
Open
Nefcanto
opened
4 months ago
Nefcanto
commented
4 months ago
This is the ideal scenario:
The user creates a flow (or state machine)
The user defines the stages (or states)
The user uploads a textual code to be executed on each stage change (or state change)
That code should ask for dependencies and the context should provide them
This is the ideal scenario: