elsa-core/src/modules/Elsa.Workflows.Core/Services
Sipke Schoorstra c8669d1bc1
Add optional refresh parameter (#5876)
* Add optional refresh parameter

Renamed several `RefreshDescriptors` methods to `RefreshDescriptorsAsync` to reflect their asynchronous nature consistently. Added an optional refresh parameter in the `ListActivityDescriptorsRequest` class and updated related endpoints to handle this parameter, triggering a registry refresh if necessary.

* Update version to 3.2.0-rc5 in GitHub Actions

Modified the `packages.yml` workflow to change the version from `3.2.0-rc4` to `3.2.0-rc5` for non-tagged releases. This ensures version consistency with the new release candidate.
2024-08-12 09:42:25 +02:00
..
ActivityDescriber.cs Enhance: Add isStart property to determine if current node is a start node. (#5040) 2024-03-12 18:08:38 +01:00
ActivityFactory.cs Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
ActivityInvoker.cs Fix naming issues 2024-06-07 14:01:14 +02:00
ActivityRegistry.cs Add optional refresh parameter (#5876) 2024-08-12 09:42:25 +02:00
ActivityRegistryLookupService.cs Add optional refresh parameter (#5876) 2024-08-12 09:42:25 +02:00
ActivitySchedulerFactory.cs Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
ActivityVisitor.cs Lazy loading of subgraphs (#5643) 2024-06-25 09:21:50 +02:00
BookmarkHasher.cs Add caching to workflow runtime and workflow management stores (#5174) 2024-04-10 11:51:40 +02:00
DefaultIncidentStrategyResolver.cs Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
Delegates.cs Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
GuidIdentityGenerator.cs Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
Hasher.cs Fix Race Condition in WorkflowDefinitionActivity (#5315) 2024-05-01 14:53:37 +02:00
IdentityGraphService.cs Fix naming issues 2024-06-07 14:01:14 +02:00
MemoryStorageDriver.cs Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
PropertyDefaultValueResolver.cs Merge scope change into main (#4738) 2024-01-02 14:52:53 +01:00
PropertyOptionsResolver.cs Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
PropertyUIHandlerResolver.cs Merge scope change into main (#4738) 2024-01-02 14:52:53 +01:00
QueueBasedActivityScheduler.cs Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
RandomLongIdentityGenerator.cs Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
ShortGuidIdentityGenerator.cs Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
StackBasedActivityScheduler.cs Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
StandardInStreamProvider.cs Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
StandardOutStreamProvider.cs Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
StorageDriverManager.cs Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
VariableMapper.cs Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
VariablePersistenceManager.cs Fix InvalidOperation Exception for SaveVariablesAsync function (#4808) 2024-01-19 20:50:30 +01:00
WorkflowGraphBuilder.cs Fix naming issues 2024-06-07 14:01:14 +02:00
WorkflowRunner.cs Improve comment for workflow execution context creation. 2024-07-05 18:20:34 +02:00
WorkflowStateExtractor.cs Fix workflow variable scope inconsistency (#5558) 2024-06-10 10:51:23 +02:00
WorkflowStorageDriver.cs Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00