How Feeds are Resolved
Feed resolution description and variable expansion tutorial.
Task Runner
// Context
{
current_value: string | JSON | Decimal,
variable_cache: Map<string, string | JSON | Decimal>,
}Schemas
Feeds Schema
{
jobs: [
// Oracle Job 1
{
tasks: [ ... ]
},
// Oracle Job 2
{
tasks: [ ... ]
}
]
}Oracle Jobs Schema
Variable Expansion
Resolution
Last updated