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" }, } }, };