Creating a document instance
After you define the schema for a document and create a document definition to access individual attributes within the metadata object and use these attributes in an expression within a process, you can create a document instance. A document instance is the data created by the application for which the structure is specified by the document definition. You can create a document instance by using the Create Document element in the Process designer.
For example, consider you define the following document to get the error details from a third-party application.
The following images show the document instances created for the document definition:
Before you begin
Ensure that you have created a document definition. For more information, see Defining-a-document-schema.
Where to go from here
Action | Reference |
---|---|
Access complex objects, array of objects, array of strings, and nested complex objects within the metadata object and use these objects as input or output to an expression within a process. |