harsh-simformharsh-simformCommunityยท2 Agent Skills Included

nestjs-temporal-core

NestJS integration for Temporal workflow orchestration and scheduling

Integrates Temporal.io workflow orchestration into NestJS applications with declarative decorators and automatic activity discovery. Eliminates manual worker wiring, connection management, and schedule configuration through ready-made services and typed workflow proxies. Provides health monitoring, graceful shutdown, and retry presets so developers ship fault-tolerant distributed workflows faster.
npx skills add harsh-simform/nestjs-temporal-core --all -g -y
Available:

Gives the agent the repository's architecture map, Temporal and NestJS conventions, and rules for using the graphify knowledge graph and memory search before editing workflow or decorator code.

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’