elsa-core/src/modules/Elsa.Workflows.Runtime/Middleware
Sipke Schoorstra a950a6de85 Add scheduling function for background activities
This commit achieves two main goals. Firstly, it introduces two new classes called ScheduledActivity and ScheduledActivityOptions to store scheduled activities' information. Secondly, it modifies how activities are executed in the background by capturing the scheduling information as a serializable format and storing it in the workflow execution context properties dictionary. This change allows the workflow execution context to resume the activity execution context.
2024-01-05 22:27:56 +01:00
..
Activities Add scheduling function for background activities 2024-01-05 22:27:56 +01:00
Workflows Add background execution to activities and update HTTP requests 2024-01-05 21:22:18 +01:00