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.

get

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

Signature

def get(&self, key: &str) -> Option<&String>

Parameters

key
&str
required
No description available.

Returns

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