import { WorkflowContext } from "https://deno.land/x/live@1.53.6/deps.ts";
Executes the activity for the given context and args.
Parameters
activity: () => PromiseOrValue<TResult>
the activity that should be executed
x/live/deps.ts>WorkflowContext#callLocalActivity
import { WorkflowContext } from "https://deno.land/x/live@1.53.6/deps.ts";
Executes the activity for the given context and args.
the activity that should be executed