From d8aad6f9372d0578296cc9499f831ab8d8c02dec Mon Sep 17 00:00:00 2001 From: inbargazit Date: Thu, 11 Apr 2024 13:35:10 -0700 Subject: [PATCH] Fixing an issue with Maestro API Code Examples/CreateWorkflowService.cs --- launcher-csharp/Maestro/Examples/CreateWorkflowService.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/launcher-csharp/Maestro/Examples/CreateWorkflowService.cs b/launcher-csharp/Maestro/Examples/CreateWorkflowService.cs index 9f69d9c..3f6fc05 100644 --- a/launcher-csharp/Maestro/Examples/CreateWorkflowService.cs +++ b/launcher-csharp/Maestro/Examples/CreateWorkflowService.cs @@ -727,6 +727,7 @@ private static Dictionary PrepareVariables(string triggerId) { "source", "step" }, { "propertyName", "envelopeId" }, { "stepId", "step2" }, + { "type", "String" }, } }, { @@ -736,6 +737,7 @@ private static Dictionary PrepareVariables(string triggerId) { "source", "step" }, { "propertyName", "combinedDocumentsBase64" }, { "stepId", "step2" }, + { "type", "File" }, } }, { @@ -745,6 +747,7 @@ private static Dictionary PrepareVariables(string triggerId) { "source", "step" }, { "propertyName", "fields.signer.text.value" }, { "stepId", "step2" }, + { "type", "String" }, } }, };