SysEsdCreateDocumentInput
Input for creating a new ESD document.
input SysEsdCreateDocumentInput {
folderId: String!
name: String!
sourceFlow: String
}
Fields
SysEsdCreateDocumentInput.folderId ● String! non-null scalar
Identifier of the folder in which the ESD document is created.
SysEsdCreateDocumentInput.name ● String! non-null scalar
Display name of the ESD document to create.
SysEsdCreateDocumentInput.sourceFlow ● String scalar
Optional identifier of the flow that initiated the document creation.