How to Retrieve the Result from the Last Step and return that Process framework? #10890
Unanswered
mickbut-ler
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi @mickbut-ler, this isn't easily discoverable, but in a test (we'll get this added to our docs) we show how to get the final state from a particular step here. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using the SK Process framework to create a workflow where multiple steps are executed sequentially. I need to retrieve the output of the last step after the process completes and return that.
In my workflow, the final step is generateInstructionsStep, which calls GenerateInstructionsStep.Functions.GetInstructions. I want to return the result of this function after execution. How is this possible?
Beta Was this translation helpful? Give feedback.
All reactions