Skip to content
This repository was archived by the owner on Jun 19, 2026. It is now read-only.

Commit 41f70c2

Browse files
committed
Update workflow handling and package version
Modified `ExecuteWorkflowCommandOptionsHandler.cs` to switch from importing responses to requests in the workflow handling. Updated `FlowSynx.Client` package version from `1.3.4` to `1.3.7` to incorporate potential improvements and bug fixes. #106
1 parent c5ef50b commit 41f70c2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/FlowCtl/Commands/Workflows/Executions/Execute/ExecuteWorkflowCommandOptionsHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using FlowCtl.Core.Services.Logger;
33
using FlowCtl.Extensions;
44
using FlowSynx.Client;
5-
using FlowSynx.Client.Messages.Responses.Workflows;
5+
using FlowSynx.Client.Messages.Requests.Workflows;
66

77
namespace FlowCtl.Commands.Workflows.Executions.Execute;
88

src/FlowCtl/FlowCtl.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</PropertyGroup>
3232

3333
<ItemGroup>
34-
<PackageReference Include="FlowSynx.Client" Version="1.3.4" />
34+
<PackageReference Include="FlowSynx.Client" Version="1.3.7" />
3535
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.4" />
3636
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.4" />
3737
<PackageReference Include="Spectre.Console" Version="0.50.0" />

0 commit comments

Comments
 (0)