aws-samples/Workflow Migrator to Step Functions
Convert workflow definitions from Netflix Conductor, Camunda BPMN, and other platforms to AWS Step Functions ASL
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| source | Path to the source workflow definition file | yes | — |
| target | Path for the output ASL JSON file | yes | — |
| format | Source format: conductor (default), camunda (coming soon), airflow (coming soon) | no | conductor |
| validate | Validate the output ASL JSON structure | no | true |
| fail-on-warnings | Fail the action if conversion produces warnings | no | false |
Outputs
| name | description |
|---|---|
| asl-file | Path to the generated ASL JSON file |
| states-count | Number of states in the generated state machine |
| warnings | Any conversion warnings (constructs requiring manual review) |