# orkestra-workflow-executor **Repository Path**: mirrors_Azure/orkestra-workflow-executor ## Basic Information - **Project Name**: orkestra-workflow-executor - **Description**: Contains the code and dockerfile for the default workflow executor used by Orkestra's workflow templates - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-21 - **Last Updated**: 2026-03-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # orkestra-workflow-executor Azure Orkestra's default workflow executor ## Functionality The default executor is responsible for deploying the `HelmRelease` object passed in as an input parameter to the docker container. The `HelmRelease` is represented by a `base64` encoded YAML string. The executor deploys, watches and polls for the status of the deployed `HelmRelease` until it either succeeds/fails or it times out. The timeout interval is configurable with the default set to 5m. ## CLI options ```shell $ make build $ ./bin/executor --help Usage of /var/folders/g1/9bc3h33n3rb70fbxp_t1v4dc0000gn/T/go-build274703125/b001/e -spec string Spec of the helmrelease object to apply -timeout string Timeout for the execution of the argo workflow task (default "5m") ```