oak-pay-business/es/routines/start.js

23 lines
549 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

const startRoutines = [
// {
// name: '示例性routine',
// entity: 'extraFile',
// filter: {
// uploadState: 'uploading',
// },
// projection: {
// id: 1,
// uploadMeta: 1,
// uploadState: 1,
// entity: 1,
// entityId: 1,
// objectId: 1,
// },
// fn: async (context, data) => {
// console.log('示例性routine执行请在src/routine/start.ts中关闭');
// return context.opResult;
// },
// },
];
export default startRoutines;