Searched refs:getLatestDispatchedWorkflowRunAsync (Results 1 – 2 of 2) sorted by relevance
10 getLatestDispatchedWorkflowRunAsync,87 const previousWorkflowRun = await getLatestDispatchedWorkflowRunAsync(workflow.id);97 const run = await getLatestDispatchedWorkflowRunAsync(workflow.id);
75 export async function getLatestDispatchedWorkflowRunAsync(workflowId: number) { function