* Made cancel API call dispatch the request * Added ParentWorkflowInstanceId * Recursively cancel child workflows * Made single workflow cancellation include child workflows * Updated migrations * Processed comments
6 lines
161 B
XML
6 lines
161 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\..\src\modules\Elsa.Common\Elsa.Common.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|