nestjs-temporal-core
NestJS integration for Temporal workflow orchestration and scheduling
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install nestjs-temporal-core?โผ
Run `npx skills add harsh-simform/nestjs-temporal-core --all -g -y` in your terminal to install all skills in this repository globally.
How to run Temporal workflows in NestJS?โผ
Register TemporalModule in your app module, define activities with the @Activity and @ActivityMethod decorators, and inject TemporalService to start, signal, and query workflows.
Does it support automatic activity discovery?โผ
Yes. The built-in discovery service scans the NestJS module graph at startup and automatically registers every class decorated with @Activity, with zero manual configuration.
Can it manage Temporal schedules and workers?โผ
Yes. It includes a schedule service for creating and updating cron-like schedules, plus worker lifecycle management with graceful shutdown through NestJS lifecycle hooks.
Does it work with Temporal Cloud and TLS?โผ
Yes. It supports TLS-secured connections for Temporal Cloud, connection pooling, multiple workers with separate task queues, and async module configuration.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core