TriggerChatFlow
Region:
Singapore
Request Parameters
Required
FlowCodeFlow code
DataInput parameters in...
UuidUnique event ID use...
OutIdExternal system tra...
ClaimTimeMillisThe declared occurr...
DiscardTimeMillisThe time when the e...
Plugin DownloadLearn more
VS Code Plugin
Before installing the plugin, please install VS CodeBefore installing the plugin, please install VS Code
Alibaba Cloud Developer Toolkit is a collection of extensions that can help access Alibaba Cloud services in Visual Studio Code.
JetBrains Plugin
Before installing the plugin, please install JetBrains IDEBefore installing the plugin, please install JetBrains IDE
The Alibaba Cloud Developer Toolkit for JetBrains makes it easier to access Alibaba Cloud services.

Operation Description

After triggering an online flow, if your flow contains components that incur costs for cloud products, such as message sending or function calls, please ensure you fully understand the billing methods and prices of the related products before using this interface.

Request Parameters

Field NameField Details
FlowCodestring

Flow code.

Example:f4912c16943b4dfba44bd6fedacf8c70
Dataobject

Input parameters in Key-Value format. The Key must match the input strategy configured at the start node of your flow.

Example:{"my_biz_data_0": "hi", "my_biz_data_1": "1024"}
Uuidstring

Unique event ID used for idempotent triggers. Do not include any business semantics; you can retrieve this parameter within the flow after triggering.

Example:c68622e6-5f0d-c8a4-af41-e949c2a7580e
OutIdstring

External system transaction number, used to associate with external business system transactions. You can retrieve this parameter within the flow after triggering.

Example:8d4acf7e-e360-eb83-6d74-fcf9c4538fda
ClaimTimeMillisinteger<int64>

The declared occurrence time of the event, usually the time when the request was constructed, in milliseconds timestamp.

Notice The field type is Long, and the precision may be lost during serialization/deserialization. Please note that the value must not be greater than 9007199254740991.
Example:1731502129000
DiscardTimeMillisinteger<int64>

The time when the event should be discarded, i.e., the expiration time. If this field is specified, the message will be discarded if it exceeds this time, in milliseconds timestamp.

Notice The field type is Long, and the precision may be lost during serialization/deserialization. Please note that the value must not be greater than 9007199254740991.
Example:1731502729000

Request Description

None.

Response Parameters

Field NameField Details
AccessDeniedDetailstring

Details of access denial

Example:
RequestIdstring

Request ID.

Example:
Messagestring

Error description message.

Example:
Dataobject

Returned data.

Example:{}
Codestring

Status code.

Example:
Successboolean

Whether the call was successful.View Details...

Example:true
Change History
Change timeChange content summaryoperation
2024-11-14
addOpenAPI