Argo Workflows · JSON Structure

Argo Workflows Io Argoproj Workflow V1Alpha1 Memoization Status Structure

MemoizationStatus is the status of this memoized node

Type: object Properties: 3 Required: 3
CNCFContainersData ProcessingKubernetesMachine LearningOpen SourceWorkflow Engine

io.argoproj.workflow.v1alpha1.MemoizationStatus is a JSON Structure definition published by Argo Workflows, describing 3 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

cacheName hit key

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/argo-workflows/refs/heads/main/json-structure/argo-workflows-io-argoproj-workflow-v1alpha1-memoization-status-structure.json",
  "name": "io.argoproj.workflow.v1alpha1.MemoizationStatus",
  "description": "MemoizationStatus is the status of this memoized node",
  "type": "object",
  "properties": {
    "cacheName": {
      "description": "Cache is the name of the cache that was used",
      "type": "string"
    },
    "hit": {
      "description": "Hit indicates whether this node was created from a cache entry",
      "type": "boolean"
    },
    "key": {
      "description": "Key is the name of the key used for this node's cache",
      "type": "string"
    }
  },
  "required": [
    "hit",
    "key",
    "cacheName"
  ]
}