Defines a text node value for an element in an integration message.
Parameters
Parameter | Description |
---|---|
type-definition (required) | The type definition for the text node content. |
Remarks
The content
keyword is only available to declare simple textnode-content
for elements that also have one or more attributes declared. When no attribute is declared for an integration message element,
use the element of type
element-definition syntax to declare
its simple textnode-content.
Samples
Some of the workflow scripts in the samples below are
triggered by incoming integration messages. Others are referencing integration message schema
so that they can create outgoing integration messages. To try the following samples out for
yourself, you'll need to upload an intconf.xml
file that defines inbound and outbound integration endpoints
and the integration messages and schema that they accept, so that these workflow scripts can
reference them. You'll also need to create the inbound and outbound endpoints on your
Cloud instance that match the names specified in the intconf.xml
file.
Sample with an attribute and simple text-node content
Accessing an integration message XML element value in a workflow script
Assigning a new value to an integration message XML element in a workflow script
Download the pinky.fls.xml
trigger form for the script
below.