Skip to main content

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.