SongGuess
    Preparing search index...
    type WorkflowEvent<T> = {
        instanceId: string;
        payload: Readonly<T>;
        schedule?: CloudflareWorkersModule.WorkflowCronSchedule;
        timestamp: Date;
        workflowName: string;
    }

    Type Parameters

    • T
    Index

    Properties

    instanceId: string
    payload: Readonly<T>
    timestamp: Date
    workflowName: string