nestjs-temporal-core
    Preparing search index...

    Interface WorkflowCancellationResult

    Workflow cancellation result

    interface WorkflowCancellationResult {
        error?: Error;
        success: boolean;
        workflowId: string;
    }
    Index

    Properties

    error?: Error
    success: boolean
    workflowId: string