cdx-proto
    Preparing search index...

    Type Alias Formula

    Formula: Message<"cyclonedx.v1_6.Formula"> & {
        bomRef?: string;
        components: Component[];
        properties: Property[];
        services: Service[];
        workflows: Workflow[];
    }

    Describes workflows and resources that captures rules and other aspects of how the associated BOM component or service was formed.

    Type declaration

    • OptionalbomRef?: string

      BOM unique reference to the resource.

      from field: optional string bom_ref = 1;

    • components: Component[]

      Transient components that are used in tasks that constitute one or more of this formula's workflows

      from field: repeated cyclonedx.v1_6.Component components = 2;

    • properties: Property[]

      Domain-specific formula properties.

      from field: repeated cyclonedx.v1_6.Property properties = 5;

    • services: Service[]

      Transient services that are used in tasks that constitute one or more of this formula's workflows

      from field: repeated cyclonedx.v1_6.Service services = 3;

    • workflows: Workflow[]

      List of workflows that can be declared to accomplish specific orchestrated goals and independently triggered.

      from field: repeated cyclonedx.v1_6.Workflow workflows = 4;

    from message cyclonedx.v1_6.Formula