Package Information
Released: 5/18/2025
Downloads: 9 weekly / 36 monthly
Latest Version: 0.1.1
Author: mramin22
Available Nodes
Documentation
n8n-nodes-temporal
This package contains a custom n8n node for integrating with Temporal, a microservice orchestration platform. It allows you to execute and manage Temporal workflows directly from your n8n workflows.
Features
- Start Workflows: Launch new Temporal workflow executions with custom inputs
- Get Workflow Status: Monitor the status of running or completed workflows
- Secure Connection: Supports TLS authentication for secure Temporal cluster connections
- Namespace Support: Connect to specific Temporal namespaces
- Task Queue Management: Specify custom task queues for workflow execution
Installation
Install the package:
npm install n8n-nodes-temporal
Restart your n8n instance
Usage
Credentials
To use this node, you'll need to configure Temporal credentials:
- Address: Your Temporal server address (e.g.,
localhost:7233
) - Namespace: The Temporal namespace to use
- (Optional) TLS Certificate and Key paths for secure connections
Operations
The node supports two main operations:
Start Workflow
- Workflow ID: Unique identifier for the workflow execution
- Workflow Type: The type of workflow to execute
- Task Queue: The queue to use for workflow tasks (defaults to 'default')
- Input: JSON input data for the workflow
Get Workflow Status
- Workflow ID: The ID of the workflow to check
- Returns: Status, start time, close time, and other workflow details