Skip to main content

How are task outputs cached in Conductor?

Certain task types support the task caching functionality, where you can enable the "Cache output" option that allows saving of task outputs for future use. On enabling this option, you need to provide the following parameters:

"cacheConfig": {
"ttlInSecond": 3600,
"key": "someCacheKey"
}
  • tlInSecondt- Provide the time to live in seconds. You can also pass this parameter as a variable.
  • key- Provide the cache key, which is a string with parameter substitution based on the task input. You can also pass this parameter as a variable.

This field is currently supported for the following task types: