Section I – SCXML > SCXML > External Communication Elements         Bottom of Page
Genesys 8.1
SCXML Technical Reference
< Executable Content Elements            Data Model Elements >

External Communication Elements

Element

Attributes

Support and Notes

<send>

Overall

Partial support — restricted to SCXML-to-SCXML communication

event

Full support

target

Full support

  • "scxml" type — The value will be the session ID.
  • "basichttp" type — The value will the URL of the receiving application.
  • "fm" type — The value will be the namespace of the given functional module. For details see the Supported URI Schemes section.
  • Note: This element by default puts the event in the external event queue. However, the special value '_internal' for the target attribute results in the event being placed in the internal event queue.

targettype

Limited support — Will only support the following:

  • "scxml" for sending events between different SCXML documents
  • "basichttp" for sending events to 3rd party applications.
  • "fm" for sending events to functional modules.

sendid

Full support

delay

Full support

timeout

Full support

namelist

Full support

hints

Full support

type (replaces targettype)

Same level of support as targettype

id (replaces sendid)

Full support

idlocation

Full support

<cancel>

Overall

Full support

id

Full support

<invoke>

Overall

Partial support — This element will be restricted to starting other SCXML documents (sessions). For details, see <invoke> Versus Action Elements

targettype

Limited support — Will only support the following:

  • A value of "scxml" — this will start other orchestration logic sessions.

The platform will only support this value because we are using the functional module–specific namespaces for other <invoke>-like actions.

src

Full support

invokeid

Full support

autoforward

Partial support — only the default (false)

type (replaces targettype)

Same level of support as targettype

id (replaces invokeid

Full support

idlocation

Full support

<finalize>

Overall

Full support




Section I – SCXML > SCXML > External Communication Elements         Top of Page
Genesys 8.1
SCXML Technical Reference
< Executable Content Elements            Data Model Elements >