Defines an attribute for an element in an integration message.
Parameters
Parameter | Description |
---|---|
xml-name | The name of the attribute's XML node in the integration message. |
type-definition (required) | The type definition for the attribute. |
Remarks
Attributes marked optional
in the schema have a starting value of null,
just like optional
elements.
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 optional and a required attribute
Accessing an integration message XML element attribute value in a workflow script
Assigning a new value to an integration message XML element attributes in a workflow script
Download the clyde.fls.xml
trigger form for the script
below.