skyhook-io/Submit Job
Submits/triggers Kubernetes CronJobs or Argo Workflows
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| job_type | Type of job (kubernetes-cronjob, argo-workflow, argo-cronworkflow) | yes | — |
| resource_name | Name of the resource to trigger (CronJob/WorkflowTemplate/CronWorkflow) | yes | — |
| namespace | Kubernetes namespace | yes | — |
| parameters | JSON object of parameters for Argo workflows (e.g., {"key1":"value1","key2":"value2"}) | no | "" |
| argo_version | Argo CLI version to install (only for Argo workflows) | no | 3.5.3 |
Outputs
| name | description |
|---|---|
| created_name | Name of the created Job or Workflow |
| created_kind | Kind of the created resource (job or workflow) |
| github_run_id | GitHub Actions run ID (added as label to the created resource for traceability) |