UNPKG

@hotmeshio/hotmesh

Version:

Serverless Workflow

7 lines (6 loc) 231 B
import { WorkflowContext } from './common'; /** * Returns the current workflow context, restored from storage. * @returns {WorkflowContext} The current workflow context. */ export declare function getContext(): WorkflowContext;