Interface EditWorkflowMetadata

interface EditWorkflowMetadata {
    attachments: EditWorkflowCapabilityState;
    conflict: EditWorkflowConflictInfo;
    fields: readonly EditWorkflowField[];
    primaryKey?: string;
    relationships: readonly EditWorkflowRelationship[];
}

Properties

fields: readonly EditWorkflowField[]
primaryKey?: string
relationships: readonly EditWorkflowRelationship[]