Skip to main content

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.