`export class myclass extends WorkflowEntrypoint<Env, Params> { async run(event: WorkflowEvent<P

export class myclass extends WorkflowEntrypoint<Env, Params> { async run(event: WorkflowEvent<Params>, step: WorkflowStep) { } }
Was this page helpful?