Interface BPMMetadataRouterItem

bpm metadata router item struct

interface BPMMetadataRouterItem {
    criteria?: string;
    label?: string;
    name?: string;
    routeTo?: string;
    routeType?: string;
}

Hierarchy (view full)

Properties

criteria?: string
label?: string
name?: string
routeTo?: string
routeType?: string