Files
the_order/packages/workflows/README.md

418 B

@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 processing
  • reviewWorkflow - Document review and approval