elsa-core/src/modules/Elsa.Workflows.Api/Models
Sipke Schoorstra 03b608410b
Incidents (#4436)
* Implement Incident Strategy interface and resolver

* Add ActivityIncident model

* Add IncidentCount and Incidents properties and update migrations

* Expose incident strategies API endpoint

* Update API client with Incident Strategy models

* Replace Fault with Incidents

* Register fault status when any children have faulted

* Map incident count

* Remove unnecessary AlreadyCompleted result

* Ensure next activities are scheduled only if activity completed normally

* Incident roundtrip and fix workflow instance realtime updates

* Remove unused variable

* Add integration tests
2023-09-14 10:50:02 +02:00
..
ExecutionLogRecord.cs Incidents (#4436) 2023-09-14 10:50:02 +02:00
OrderByWorkflowDefinition.cs Add order by version API and update client 2023-07-05 22:26:43 +02:00
OrderByWorkflowInstance.cs Add ActivityName to execution log, remove FaultedAt instance timestamp 2023-07-21 17:52:52 +02:00
WorkflowDefinitionResponse.cs Add JSON workflow provider (#3955) 2023-04-25 22:15:11 +02:00