nestjs-temporal-core
    Preparing search index...

    Interface WorkflowTerminationResult

    Workflow termination result

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

    Properties

    error?: Error
    reason?: string
    success: boolean
    workflowId: string