Skip to content

Commit 2fafa83

Browse files
committed
Fixed workflow name
1 parent 5c7cf42 commit 2fafa83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

launcher-csharp/Maestro/Controllers/Mae001TriggerWorkflowController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public async Task<IActionResult> Create(
6464
if (workflowsList.Data != null || workflowsList.Data.Workflows.Count > 0)
6565
{
6666
var maestroWorkflow = workflowsList.Data.Workflows.FirstOrDefault(workflow =>
67-
workflow.Status == "active" && workflow.Name == "Example workflow - send invite to signers");
67+
workflow.Status == "active" && workflow.Name == "Example workflow - send invite to signer");
6868

6969
if (maestroWorkflow != null)
7070
{

0 commit comments

Comments
 (0)