|
|
@ -5,10 +5,10 @@ const stateName = { |
|
|
|
type: "string", |
|
|
|
input: "select", |
|
|
|
options: [ |
|
|
|
{ text: "执行完成(任务成功)", value: "Succeeded" }, |
|
|
|
{ text: "执行完成(任务失败)", value: "Failed" }, |
|
|
|
{ text: "执行中", value: "Processing" }, |
|
|
|
{ text: "等待执行", value: "Enqueued" }, |
|
|
|
{ label: "执行完成(任务成功)", value: "Succeeded" }, |
|
|
|
{ label: "执行完成(任务失败)", value: "Failed" }, |
|
|
|
{ label: "执行中", value: "Processing" }, |
|
|
|
{ label: "等待执行", value: "Enqueued" }, |
|
|
|
], |
|
|
|
}; |
|
|
|
|
|
|
|