elsa-core/src/modules/Elsa.Workflows.Core/Models
Sipke Schoorstra 5d1a1aaf86
Add C# expression support (#4594)
* Initial version of c# expressions

* Add support for strongly-typed workflow variable accessors

* Fix type casting

* Rename c# to C# in XML comments

* Rename Globals.Context to ExecutionContext and Variables to Context

* Move RunJavaScript activity to Elsa.JavaScript

* Add RunCSharp activity

* Add CSharpOptions

* Add common workflow properties and methods
2023-11-03 20:28:10 +01:00
..
ActivityDescriptor.cs Terminal Activities (#4454) 2023-09-18 14:23:43 +02:00
ActivityIncident.cs File Uploads (#4457) 2023-09-19 22:42:53 +02:00
ActivityInput.cs Add C# expression support (#4594) 2023-11-03 20:28:10 +01:00
ActivityNode.cs Include NodeId for unique addressability within graph (#4575) 2023-10-25 22:46:06 +02:00
ActivityOutputRecord.cs Update output selector with support for activity instances (#4307) 2023-08-10 00:20:30 +02:00
ActivityOutputRegister.cs Add support for registering customized output names 2023-09-18 19:45:49 +02:00
ActivityOutputs.cs Add C# expression support (#4594) 2023-11-03 20:28:10 +01:00
ActivityWorkItem.cs Feature: Alterations (#4501) 2023-10-07 12:47:36 +02:00
Argument.cs Fix HTTP Endpoint activity 2023-09-20 22:02:37 +02:00
ArgumentDefinition.cs Update Workflow model with support for Inputs, Outputs and Outcomes (#4112) 2023-06-08 11:39:19 +02:00
Bookmark.cs Include NodeId for unique addressability within graph (#4575) 2023-10-25 22:46:06 +02:00
CancellationTokens.cs Cleanup 2023-09-19 22:43:44 +02:00
CreateBookmarkArgs.cs WriteHttpFileResponse Activity (#4445) 2023-09-16 11:06:56 +02:00
DynamicActivity.cs Cleanup IActivity interface (#4010) 2023-05-08 22:38:59 +02:00
EventGenerator.cs Refactor composite activity input and scoped memory (#3815) 2023-03-20 19:55:11 +01:00
Input.cs Improve handling of synthetic inputs and dynamic input descriptors 2023-07-13 16:16:03 +02:00
InputDefinition.cs Update Workflow model with support for Inputs, Outputs and Outcomes (#4112) 2023-06-08 11:39:19 +02:00
InputDescriptor.cs Exclude Activity from being serialized in instance and execution log (#4464) 2023-09-21 18:09:48 +02:00
InvokeWorkflowResult.cs
MissingActivityType.cs Handle multiple output connections on import (#3857) 2023-03-30 10:19:05 +02:00
NamedOutput.cs
Output.cs
OutputDefinition.cs Update Workflow model with support for Inputs, Outputs and Outcomes (#4112) 2023-06-08 11:39:19 +02:00
OutputDescriptor.cs Add metadata to control non-serialized output 2023-09-20 22:55:58 +02:00
Port.cs Refactor-rename PortMode to PortType 2023-06-10 15:33:06 +02:00
PortType.cs Refactor-rename PortMode to PortType 2023-06-10 15:33:06 +02:00
PropertyDescriptor.cs Add metadata to control non-serialized output 2023-09-20 22:55:58 +02:00
RunWorkflowResult.cs Cleanup namespaces 2023-07-09 14:02:41 +02:00
SelectList.cs Refactor composite activity input and scoped memory (#3815) 2023-03-20 19:55:11 +01:00
SelectListItem.cs Refactor composite activity input and scoped memory (#3815) 2023-03-20 19:55:11 +01:00
SignalHandlerRegistration.cs Fix Break behavior (#4365) 2023-08-26 01:11:10 +02:00
TriggerType.cs
TypeDescriptor.cs
VariableDefinition.cs Update Workflow model with support for Inputs, Outputs and Outcomes (#4112) 2023-06-08 11:39:19 +02:00
VariableModel.cs Mongodb implementation (#4127) 2023-06-28 22:44:51 +02:00
WorkflowExecutionLogEntry.cs Add ActivityName to execution log, remove FaultedAt instance timestamp 2023-07-21 17:52:52 +02:00
WorkflowExecutionLogEventNames.cs
WorkflowExecutionMode.cs Add support for triggering event synchronous and specific workflow instance targeting 2023-03-20 21:38:00 +01:00
WorkflowIdentity.cs
WorkflowMetadata.cs Add ToolVersion field to workflow definition 2023-07-06 15:48:28 +02:00
WorkflowOptions.cs Incidents (#4436) 2023-09-14 10:50:02 +02:00
WorkflowPublication.cs