deploy

Deploy BPMN processes to Temporal and manage workflow deployments.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/PeriscopeAI/periscope-workspace --skill deploy-periscopeai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy
Source: https://github.com/PeriscopeAI/periscope-workspace/tree/main/.rulesync/skills/deploy
Command: npx skills add https://github.com/PeriscopeAI/periscope-workspace --skill deploy-periscopeai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the deployment of business processes to Temporal, simplifying the management of workflow versions and ensuring smooth operational transitions.

Core Features & Use Cases

  • Deploy Processes: Upload and activate BPMN processes on Temporal.
  • Manage Deployments: List, monitor, and verify the status of active workflow deployments.
  • Use Case: After designing a new customer onboarding workflow, use this Skill to deploy it to your Temporal cluster, making it ready to handle new customer sign-ups.

Quick Start

Deploy the process with UUID 'process-uuid' as workflow type 'MyProcessWorkflow' to the 'periscope-queue' task queue.

Frequently Asked Questions about deploy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy BPMN processes to Temporal for workflow orchestration?

To deploy BPMN processes to Temporal, you upload the process configuration and activate it as a specific workflow type on a designated task queue. This manages the deployment lifecycle and triggers automatic worker restarts for seamless updates.

What is the best way to manage workflow versions during Temporal deployments?

Managing workflow versions during Temporal deployments involves using a deployment lifecycle manager to list, monitor, and verify the status of active workflows. This ensures smooth operational transitions and handles automatic worker restarts.

Can I configure task queues when deploying workflows to Temporal?

Yes, you can configure specific task queues when deploying workflows to Temporal. You assign a target task queue during the process activation step to route workflow execution correctly across your available workers.

How do I check the status of an active workflow deployment on Temporal?

To check the status of an active workflow deployment on Temporal, use the deployment management features to list and monitor active processes. This allows you to verify if a workflow type is successfully activated and handling tasks.

Do I need to manually restart workers after updating a BPMN process deployment?

No, you do not need to manually restart workers after updating a BPMN process deployment. The deployment process supports automatic worker restarts to ensure seamless workflow updates and continuous orchestration.

Does this deployment approach support automatic worker restarts for workflow updates?

Yes, this deployment approach supports automatic worker restarts for workflow updates. When you deploy and activate new BPMN processes to Temporal, the system automatically manages worker restarts to ensure seamless operational transitions.