Skip to main content

use_forge_workflow

Function use_forge_workflow 

Source
pub fn use_forge_workflow<TArgs, TResult>(
    function_name: &'static str,
    args: TArgs,
) -> WorkflowExecutionState<TResult>
where TArgs: Serialize + Clone + PartialEq + 'static, TResult: DeserializeOwned + Clone + 'static,