KanbanWorkspaceResult
relatedProjects object[]required
Possible values: Value must match regular expression ^[a-z][a-z0-9_-]{0,63}$
grantToRelatedProject objectrequired
允许关联项目访问当前项目 KV 的规则;不是当前项目访问对方的权限。
read objectrequired
- object
- object
- object
nonewrite objectrequired
- object
- object
- object
nonemanifest object
1params object[]required
Possible values: [string, number, boolean, positional, file]
Shared form control hint. Date-related controls keep string values: date uses YYYY-MM-DD, time uses HH:mm:ss, datetime uses local YYYY-MM-DDTHH:mm:ss, and date-range uses inclusive YYYY-MM-DD/YYYY-MM-DD. Date controls do not support panel=quick.
Possible values: [text, textarea, radio, select, checkboxes, date, time, datetime, date-range]
Possible values: [main, auxiliary, quick]
Whether main composer input changes trigger the selected entrypoint resolver (or the Conversation executor resolver). Defaults to false.
options object[]
Possible values: [json]
configurations object[]required
values objectrequired
宿主持久化的表单字符串值;注入页面时按参数定义转换为 JSON 原生值。
preview objectrequired
Studio 或 Embed 短期静态预览 capability 的到期时间;宿主会在到期前自动换发。
{
"workflowId": "string",
"workflowName": "string",
"target": "string",
"resolvedTarget": "string",
"artifactDir": "string",
"entry": "string",
"relatedProjects": [
{
"alias": "string",
"projectId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"grantToRelatedProject": {
"read": {
"mode": "none"
},
"write": {
"mode": "none"
}
}
}
],
"manifest": {
"version": 1,
"params": [
{
"name": "string",
"flag": "string",
"shortFlag": "string",
"type": "string",
"required": true,
"label": "string",
"description": "string",
"defaultValue": "string",
"multiple": true,
"control": "text",
"panel": "main",
"resolveOnInput": true,
"options": [
{
"value": "string",
"label": "string",
"description": "string"
}
],
"accept": [
"string"
],
"format": "json"
}
]
},
"configurations": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"values": {},
"createdAt": "2024-07-29T15:51:28.071Z",
"updatedAt": "2024-07-29T15:51:28.071Z"
}
],
"activeConfigurationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"preview": {
"nonce": "string",
"url": "string",
"expiresAt": "2024-07-29T15:51:28.071Z"
}
}