Skip to content

Deserialize DF orchestrator input #62

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 15, 2023

Conversation

davidmrdavid
Copy link
Collaborator

It appears we're not currently applying our deserialization helper to the orchestration input. The result is that simple enough inputs like strings and numbers are correctly assigned, but more complex input like arrays are currently still represented as a JToken. The fix simple, to access the input through the C# isolated GetInput API.

@davidmrdavid davidmrdavid merged commit 6e0b629 into main Jun 15, 2023
@davidmrdavid davidmrdavid deleted the dajusto/patch-orch-input-deserialization branch June 15, 2023 17:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants