How to Retrieve the Result from the Last Step and return that Process framework? #10890
-
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.
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.
Didn't realize an issue was created out of this - please view #10919 for further updates.