-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
core platformAnything related to the core platform.Anything related to the core platform.
Description
Add support for importing workflows directly from a folder using the CLI.
Currently, workflows need to be imported manually or through individual files. This feature should allow developers to bulk import all workflows located in a specified directory.
Proposed Behavior
In the .env file, users should be able to define the default import folder, for example:
WORKFLOW_IMPORT_DIR=./workflowsAcceptance Criteria
- Automatically uses
WORKFLOW_IMPORT_DIRfrom.envif the flag is omitted. - Provides clear logs for each imported workflow (success/failure).
- Handles invalid or duplicate workflow files gracefully.
Additional Notes
This feature simplifies developer onboarding and makes local development smoother — especially when managing multiple workflows across projects.
Depends on #43
Metadata
Metadata
Assignees
Labels
core platformAnything related to the core platform.Anything related to the core platform.