Export
yaml
type: "io.kestra.plugin.kestra.flows.export"
Examples
yaml
id: export_single_flow
namespace: company.team
tasks:
- id: export_flow
type: io.kestra.plugin.kestra.flows.Export
kestraUrl: http://localhost:8080
auth:
username: admin@kestra.io # pass your Kestra username as secret or KV pair
password: Admin1234 # pass your Kestra password as secret or KV pair
namespace: company.team
Properties
auth Non-dynamicAbstractKestraTask-Auth
kestraUrl string
labels array
SubType string
namespace string
tenantId string
Outputs
flowsZip string
Format
uri