Overview
kdx project contains focused project operations that go beyond generic get, describe, apply, and delete.
Current command:
| Command | Purpose |
|---|---|
kdx project create | Create a project from a project template |
Create A Project From A Template
| Flag | Required | Description |
|---|---|---|
--template | Yes | Project template reference, such as kodexa/invoice-intake-template |
--org | Yes | Organization slug where the project will be created |
--name | Yes | Project name. The CLI uses this as the initial slug. |
--description | No | Human-readable project description |
Examples
Create a project:Find Templates And Organizations
What A Template Should Provide
A modern project template should bind the resources needed to run Activity-centered work:| Resource | Role |
|---|---|
| Activity Plans | Automated business process definitions |
| Task Templates | Human review, approval, correction, and exception work |
| Task Statuses | Statuses used by review queues and Activity decisions |
| Data Definitions | Business data model and validation behavior |
| Data Forms | Task review surfaces |
| Document Stores | Uploaded documents and document families |
| Modules | Extraction, classification, parsing, or processing steps |
| Service Bridges | External systems used by Activity steps and scripts |
| Knowledge Sets | Domain guidance, examples, and rules |
| Triggers | Events that start Activities in the project |
Complete Workflow
Managing Projects After Creation
Use generic resource operations for normal project metadata:Troubleshooting
Organization Not Found
--org.
