INPUT_OBJECT

CreateWorkflowRuntimeStorageData

link GraphQL Schema definition

1input CreateWorkflowRuntimeStorageData {
4
2# Unique lookup id for the workflowRuntimeData
3storageKey: String!
7
5# Data content - base64 encoded binary, plain string or encoded JSON
6storageData: String!
10
8# Optional metadata for the workflowRuntimeData
9storageMetadata: String
11}

link Required by

This element is not required by anyone