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:

  1. The user creates a flow (or state machine)
  2. The user defines the stages (or states)
  3. The user uploads a textual code to be executed on each stage change (or state change)
  4. That code should ask for dependencies and the context should provide them