| Crates.io | arazzo-exec |
| lib.rs | arazzo-exec |
| version | 0.1.2 |
| created_at | 2025-12-31 22:05:24.535069+00 |
| updated_at | 2026-01-02 08:51:25.874738+00 |
| description | Runtime engine for executing Arazzo workflows |
| homepage | |
| repository | https://github.com/alirezaght/arazzo |
| max_upload_size | |
| id | 2015437 |
| size | 327,304 |
Runtime engine for executing Arazzo workflows.
operationId/operationPath to HTTP methods/pathsenv://, file://, optional aws-sm://, gcp-sm://Retry-After supportlet executor = Executor::new(config, store, http_client, secrets, policy, events);
let result = executor.execute_run(run_id, workflow, compiled, inputs).await;
[dependencies]
arazzo-exec = { path = "../arazzo-exec", features = ["aws-secrets", "gcp-secrets"] }