@the-order/workflows
Temporal/Step Functions workflow definitions for The Order.
Usage
import { intakeWorkflow, reviewWorkflow } from '@the-order/workflows';
const result = await intakeWorkflow({
documentId: 'doc-123',
fileUrl: 'https://...',
userId: 'user-123',
});
Workflows
intakeWorkflow- Document intake and processingreviewWorkflow- Document review and approval