CallJob
CallJob
yaml
type: "io.kestra.plugin.cobol.CallJob"Examples
yaml
id: call_cobol
namespace: company.team
tasks:
- id: call
type: io.kestra.plugin.cobol.CallJob
host: "{{ secret('IBM_HOST') }}"
user: "{{ secret('IBM_USER') }}"
password: "{{ secret('IBM_PASSWORD') }}"
library: FINLIB
program: CALCINT
parameters:
- "2026-01-31"
Properties
host *Requiredstring
library *Requiredstring
password *Requiredstring
program *Requiredstring
user *Requiredstring
parameters array
SubTypestring
Default
[]programTimeout integerstring
Outputs
duration string
Format
durationjobName string
jobNumber string
jobUser string
messages array
Definitions
io.kestra.plugin.cobol.MessageOutput
idstring
severityinteger
textstring