Refactor workflow service and API components

- Removed workflow service from docker-compose files.
- Updated environment configuration to remove workflow port.
- Implemented new ComponentCodeAPI, ManualAPI, and WorkflowAPI for handling workflow operations.
- Created QueueWorkflow service for managing workflow queue operations.
- Developed RunWorkflow service to execute workflows with improved error handling and logging.
- Added component metadata loading utility for dynamic component management.
- Introduced documentation for JavaScript and Webhook components.
- Enhanced overall structure and organization of workflow feature set.
This commit is contained in:
Nawaz Dhandala
2026-03-04 13:39:25 +00:00
parent 07ba3779f2
commit 3cbe443862
24 changed files with 9 additions and 5960 deletions

View File

@@ -51,14 +51,6 @@ services:
depends_on:
<<: *common-depends-on
workflow:
image: oneuptime/workflow:${APP_TAG}
extends:
file: ./docker-compose.base.yml
service: workflow
depends_on:
<<: *common-depends-on
probe-1:
image: oneuptime/probe:${APP_TAG}
extends: