Skip to content

Commit

Permalink
document next steps
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmrdavid committed Feb 3, 2022
1 parent f43f350 commit 092e333
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DurableWorker/DurableController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ private static OrchestrationBindingInfo CreateOrchestrationBindingInfo(IList<Par
// Therefore, it's by design that input data contains only one item, which is the metadata of the orchestration context.
var context = inputData[0];

// TODO: make this de-serialization constructor depend on the external SDK
return new OrchestrationBindingInfo(
context.Name,
JsonConvert.DeserializeObject<OrchestrationContext>(context.Data.String));
Expand Down

0 comments on commit 092e333

Please sign in to comment.