elsa-core/src/modules/Elsa.Workflows.Runtime/Options
Sipke Schoorstra a062847db5
ExecuteWorkflow Activity: Add Wait For Completion option (#6153)
* Add bookmark queue purging and ExecuteWorkflow stimulus

Introduce BookmarkQueuePurgeOptions and ExecuteWorkflowStimulus classes for managing workflow queue purging and stimulus handling. Implement related handler and activity modifications to support waiting for child workflows and purging old bookmark queue entries.

* Update activity reference in XML comments

Corrected the activity reference from DispatchWorkflow to ExecuteWorkflow in XML comments to accurately reflect the functionality. This change ensures the comments are aligned with the actual code behavior.
2024-11-26 20:37:41 +01:00
..
BookmarkQueuePurgeOptions.cs ExecuteWorkflow Activity: Add Wait For Completion option (#6153) 2024-11-26 20:37:41 +01:00
BroadcastWorkflowInboxMessageOptions.cs Refactor Workflow Runtimes (#5444) 2024-06-10 19:36:51 +02:00
FindBookmarkOptions.cs Refactor Workflow Runtimes (#5444) 2024-06-10 19:36:51 +02:00
ResumeBookmarkOptions.cs Refactor Workflow Runtimes (#5444) 2024-06-10 19:36:51 +02:00
RuntimeOptions.cs Update namespaces and correct merge artefacts 2024-10-11 20:41:49 +02:00
TriggerWorkflowsOptions.cs Multitenancy (#5159) 2024-06-10 21:30:53 +02:00
WorkflowDispatcherOptions.cs Refactor Workflow Runtimes (#5444) 2024-06-10 19:36:51 +02:00
WorkflowHostOptions.cs Refactor Workflow Runtimes (#5444) 2024-06-10 19:36:51 +02:00
WorkflowInboxCleanupOptions.cs Implement workflow inbox cleanup service (#4327) 2023-08-13 12:35:15 +02:00