A simple workflow build with Elsa
Client: Spencil.Js
Server: .Net Core 5.0, Elsa
To deploy this project run
$ git clone https://github.com/Kemsty2/GaryJob.git
$ cd GaryJob
$ dotnet restore
$ dotnet run --project /src/GaryJob.Api/GaryJob.Api.csproj
To run the workflow, simply run this command with curl or postman
curl --location --request POST 'https://localhost:5001/files' \
--header 'Content-Type: application/json' \
--data-raw '{
"test": "test"
}'