UNPKG

nestjs-temporal-core

Version:

Complete NestJS integration for Temporal.io with auto-discovery, declarative scheduling, enhanced monitoring, and enterprise-ready features

5 lines (4 loc) 290 B
export { Activity, ActivityMethod } from './activity.decorator'; export { Signal, Query } from './workflow.decorator'; export { Scheduled, Cron, Interval } from './scheduling.decorator'; export { WorkflowParam, WorkflowContext, WorkflowId, RunId, TaskQueue, } from './parameter.decorator';