@runloop/api-client - v1.4.0
    Preparing search index...

    Workflow context containing file name and details about actions processing during inspection.

    interface WorkflowContexts {
        actions_context: ActionsContext;
        file_name: string;
    }
    Index

    Properties

    actions_context: ActionsContext

    Details about actions processing for this workflow.

    file_name: string

    The file name of the workflow.