elsa-core/src/modules/Elsa.Workflows.Core/Extensions
Sipke Schoorstra c0e8eaf45c Optimize output retrieval by activityId and activityInstanceId
Modified `ActivityOutputRegister.cs` to utilize `LastOrDefault` instead of `FirstOrDefault` for retrieving the latest output by activityId or activityInstanceId. Now, in `ActivityExtensions.cs`, it differentiates between the output retrieval method based on whether the current activity context is identical to the requested one.
2024-02-12 21:00:00 +01:00
..
ActivityDescriptorExtensions.cs Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
ActivityExecutionContextExtensions.cs Refactor logging to exclude activity state 2024-02-04 10:47:03 +01:00
ActivityExtensions.cs Optimize output retrieval by activityId and activityInstanceId 2024-02-12 21:00:00 +01:00
ActivityNodeExtensions.cs Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
ActivityPropertyExtensions.cs Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
ActivityRegistryExtensions.cs Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
BackgroundActivityExecutionContextExtensions.cs Implement enhanced activity tracking in Elsa workflow runtime 2024-01-26 21:09:47 +01:00
BehaviorCollectionExtensions.cs Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
BookmarkExtensions.cs Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
BreakBehaviorActivityExecutionContextExtensions.cs Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
DictionaryExtensions.cs Add support for mixed-cased JSON keys 2023-07-06 19:32:30 +02:00
ExpressionEvaluatorExtensions.cs Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
ExpressionExecutionContextExtensions.cs Add fluent methods for input handling in workflow builder 2024-02-05 21:38:36 +01:00
InputExtensions.cs Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
ItemSourceActivityExecutionContextExtensions.cs Add BatchProcessing sample and update ForEach activities 2024-01-17 22:11:03 +01:00
JsonElementExtensions.cs Normalize extensions namespaces (#3577) 2022-12-31 16:16:43 +01:00
MemoryBlockReferenceExtensions.cs Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
ModuleExtensions.cs Stash 2024-01-03 09:30:24 +01:00
ObjectExtensions.cs Normalize extensions namespaces (#3577) 2022-12-31 16:16:43 +01:00
OutputExtensions.cs Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
StringExtensions.cs Normalize extensions namespaces (#3577) 2022-12-31 16:16:43 +01:00
TriggerExtensions.cs Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
VariableCollectionExtensions.cs Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
VariableExtensions.cs Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
WorkflowBuilderExtensions.cs Update InputJsonConverter to deserialize complex value types into their original type (#4878) 2024-02-05 21:39:49 +01:00
WorkflowExecutionContextExtensions.cs Workflow cancellation (#4813) 2024-01-23 12:05:03 +01:00
WorkflowExtensions.cs Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
WorkflowRunnerExtensions.cs Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00