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

    Details about actions processing for this workflow.

    interface ActionsContext {
        actions_skipped_unnecessary: string[];
        actions_taken: string[];
        actions_unknown: string[];
    }
    Index

    Properties

    actions_skipped_unnecessary: string[]

    Actions that were skipped because they were unnecessary (e.g., upload artifacts).

    actions_taken: string[]

    Actions that were translated into commands and executed.

    actions_unknown: string[]

    Actions that were not understood and skipped because we did not know what to do.