set
Method
This is a method of the WorkflowContext class in the workflows module.Set a variable
Signature
Parameters
No description available.
No description available.
Returns
The result of the operation.
set: Set a variable
This is a method of the WorkflowContext class in the workflows module.Set a variable
def set(&mut self, key: impl Into<String>, value: impl Into<String>) -> ()