Skip to content

Commit

Permalink
Fixing an issue with Maestro API Code Examples/CreateWorkflowService.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
InbarGazit committed Apr 11, 2024
1 parent 75131ca commit d8aad6f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions launcher-csharp/Maestro/Examples/CreateWorkflowService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -727,6 +727,7 @@ private static Dictionary<string, object> PrepareVariables(string triggerId)
{ "source", "step" },
{ "propertyName", "envelopeId" },
{ "stepId", "step2" },
{ "type", "String" },
}
},
{
Expand All @@ -736,6 +737,7 @@ private static Dictionary<string, object> PrepareVariables(string triggerId)
{ "source", "step" },
{ "propertyName", "combinedDocumentsBase64" },
{ "stepId", "step2" },
{ "type", "File" },
}
},
{
Expand All @@ -745,6 +747,7 @@ private static Dictionary<string, object> PrepareVariables(string triggerId)
{ "source", "step" },
{ "propertyName", "fields.signer.text.value" },
{ "stepId", "step2" },
{ "type", "String" },
}
},
};
Expand Down

0 comments on commit d8aad6f

Please sign in to comment.