UNPKG

@tachybase/module-workflow

Version:

A powerful BPM tool that provides foundational support for business automation, with the capability to extend unlimited triggers and nodes.

39 lines (38 loc) 953 B
export declare const CollectionFlowNodes: { title: string; name: string; fields: ({ type: string; name: string; interface: string; uiSchema: { type: string; title: string; 'x-component': string; 'x-component-props': { fieldNames: { label: string; value: string; }; service: { resource: string; params: { filter: { type: string; }; }; }; }; }; } | { type: string; name: string; interface: string; uiSchema: { type: string; title: string; 'x-component': string; 'x-component-props'?: undefined; }; })[]; };