Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

last_result

Method
This is a method of the WorkflowContext class in the workflows module.
Get the last result

Signature

def last_result(&self) -> Option<&StepResult>

Returns

Returns
Option<&StepResult>
The result of the operation.