Duncan Jones
Duncan Jones
Added a Command.GetExecutionState() method to get the current state of the command orchestration
Needs a way to get the current state of a command from HTTP request
**Command functions** - GetCommandState - Get the state of the given command instance - CancelCommand - cancel a command in progress (and issue any compensating actions) - ReissueCommand - re...
HAL link : [http://stateless.co/hal_specification.html](http://stateless.co/hal_specification.html)
There is a GitHub action for this: https://github.com/marketplace/actions/publish-nuget
First cut up on https://www.nuget.org/packages/EventSourcingOnAzureFunctions.Common/ Needs all the description, license etc. filling in
See also: https://lukelowrey.com/use-github-actions-to-publish-nuget-packages
Needs to be on a per **Domain** basis.
The main events / steps of processing a query would be:- - Query created - Parameter set - Validations - Classifications requested - Projections requested - Collations - Response
Classifications needed:- - Completed (this allows completed queries to be archives to other storage, for example) Projections needed:- - Output targets (as this may be changed while a query is...