Interface: INamespaceInfo
Properties of a NamespaceInfo.
Implemented by
Properties
capabilities
• Optional capabilities: null | ICapabilities
All capabilities the namespace supports.
data
• Optional data: null | { [k: string]: string; }
A key-value map for any customized purpose.
description
• Optional description: null | string
NamespaceInfo description
id
• Optional id: null | string
NamespaceInfo id
name
• Optional name: null | string
NamespaceInfo name
ownerEmail
• Optional ownerEmail: null | string
NamespaceInfo ownerEmail
state
• Optional state: null | NamespaceState
NamespaceInfo state
supportsSchedules
• Optional supportsSchedules: null | boolean
Whether scheduled workflows are supported on this namespace. This is only needed temporarily while the feature is experimental, so we can give it a high tag.