Parameter
|
Description
|
Mandatory (for remote action)
|
---|---|---|
remote_action
|
The action to be executed on remote server.
service: execute an operation without session
session: establish a new session
flow: launch a new flow
changeEvent: change the flow event
logout: log out the session
|
Yes
|
remote_session_alias
|
The alias of remote session for referencing it later.
|
All except for service
|
remote_flow_alias
|
The alias of remote flow for referencing it later.
|
For flow and changeEvent
|
remote_event
|
The next event name of the remote flow.
|
For changeEvent
|
remote_operation
|
The operation (or flow) name to be executed on remote server.
|
For service and flow
|
remote_input
|
The input data(keyedCollection) of remote service.
|
Optional
|
remote_output
|
The output data(keyedCollection) of remote service.
|
Optional
|
remote_host
|
The designate host to run the remote service.
(the host name should be defined at ServiceEngine.Configuration.ServiceURI of btt.xml)
|
Optional
|