DesWorkflowAttachmentVariableInput
An attachment-valued variable associated with a workflow.
input DesWorkflowAttachmentVariableInput {
files: [String!]!
name: String!
}
Fields
DesWorkflowAttachmentVariableInput.files ● [String!]! non-null scalar
Uploaded file references.
DesWorkflowAttachmentVariableInput.name ● String! non-null scalar
The variable name.