elsa-core/src/modules/Elsa.CSharp
Sipke Schoorstra 4393d95505 Add validation before getting workflow in GenerateWorkflowInputAccessors
This commit introduces a validation check in the GenerateWorkflowInputAccessors handler before trying to get the workflow. This prevents any potential issues if the workflow execution context is not available or retrievable. The code flow now first attempts to get the workflow execution context and if it's not available, it will return a completed task.
2024-05-28 23:00:47 +02:00
..
Activities/RunCSharp Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
Contexts Add C# expression support (#4594) 2023-11-03 20:28:10 +01:00
Contracts Add Bulk Dispatch Workflow activity (#4683) 2023-12-06 22:32:08 +01:00
Expressions Add a more generic UIHandler to customize how inputAttributes can be handle by UI (#4688) 2023-12-26 18:56:29 +01:00
Extensions Add Bulk Dispatch Workflow activity (#4683) 2023-12-06 22:32:08 +01:00
Features Merge scope change into main (#4738) 2024-01-02 14:52:53 +01:00
Handlers Add validation before getting workflow in GenerateWorkflowInputAccessors 2024-05-28 23:00:47 +02:00
Models Add 'From' methods and mark 'Get' methods as obsolete 2024-02-14 11:39:47 +01:00
Notifications fix EvaluatingCSharp class file name typo (#4783) 2024-01-15 19:39:28 +01:00
Options Add non-generic variable accessor method 2023-12-31 09:53:00 +01:00
Providers Refactor expression descriptors and remove unnecessary async calls 2023-12-10 21:43:24 +01:00
Services Add Bulk Dispatch Workflow activity (#4683) 2023-12-06 22:32:08 +01:00
Elsa.CSharp.csproj Convert to use Central Package Management 2024-02-04 13:49:54 +02:00
FodyWeavers.xml Add C# expression support (#4594) 2023-11-03 20:28:10 +01:00