elsa-core/src
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
..
bundles Stash 2024-01-03 09:30:24 +01:00
clients/Elsa.Api.Client Refactor Elsa API client to use API key authentication 2023-12-29 19:23:11 +01:00
common Update FastEndpoints package and enable JWT Bearer Auth 2023-12-27 10:15:27 +01:00
modules Add scheduling function for background activities 2024-01-05 22:27:56 +01:00
samples Add sample CustomUIHandler (#4729) 2023-12-29 20:34:29 +01:00