Skip to content

Commit 5a79a3c

Browse files
authored
Merge pull request #172 from docusign/bugfix/fix-maestro-workflow-creation
Fix maestro workflow creation
2 parents 31c1b8c + 384e21c commit 5a79a3c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

launcher-csharp/Maestro/Examples/CreateWorkflowService.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -727,6 +727,7 @@ private static Dictionary<string, object> PrepareVariables(string triggerId)
727727
{ "source", "step" },
728728
{ "propertyName", "envelopeId" },
729729
{ "stepId", "step2" },
730+
{ "type", "String" },
730731
}
731732
},
732733
{
@@ -736,6 +737,7 @@ private static Dictionary<string, object> PrepareVariables(string triggerId)
736737
{ "source", "step" },
737738
{ "propertyName", "combinedDocumentsBase64" },
738739
{ "stepId", "step2" },
740+
{ "type", "File" },
739741
}
740742
},
741743
{
@@ -745,6 +747,7 @@ private static Dictionary<string, object> PrepareVariables(string triggerId)
745747
{ "source", "step" },
746748
{ "propertyName", "fields.signer.text.value" },
747749
{ "stepId", "step2" },
750+
{ "type", "String" },
748751
}
749752
},
750753
};

0 commit comments

Comments
 (0)