Skip to content

Execution Parameters Schema

docs.neops.io/schema/RootWorkflow#/definitions/CronConfiguration/properties/parameters

Key-value pairs of parameters that will be passed to the workflow execution

Abstract Extensible Status Identifiable Custom Properties Additional Properties Access Restrictions Defined In
Can be instantiated No Unknown status Unknown identifiability Forbidden Allowed none RootWorkflow.schema.json*

parameters Type

object (Execution Parameters)

parameters Constraints

minimum number of properties: the minimum number of properties for this object is: 1

parameters Examples

{
  "backupType": "full",
  "retentionDays": 7
}