Skip to content

Process Framework: executing task and returning an output (C#) #11569

Answered by vicperdana
vicperdana asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks @moonbox3. Yes it's resolved. For reference, I made the following modifications.

public class CompletionStep : KernelProcessStep<VideoProcessingResponse>
...
var finalCompletion = finalState.ToProcessStateMetadata();
return finalCompletion.StepsState["CompletionStep"].State as VideoProcessingResponse

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@vicperdana
Comment options

Answer selected by vicperdana
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
.NET Issue or Pull requests regarding .NET code processes
3 participants