日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

GetExecutionHistory - 獲取一次執(zhí)行的步驟詳情

更新時(shí)間:

獲取指定執(zhí)行過(guò)程中的每個(gè)步驟詳細(xì)信息。

調(diào)試

您可以在OpenAPI Explorer中直接運(yùn)行該接口,免去您計(jì)算簽名的困擾。運(yùn)行成功后,OpenAPI Explorer可以自動(dòng)生成SDK代碼示例。

授權(quán)信息

當(dāng)前API暫無(wú)授權(quán)信息透出。

請(qǐng)求參數(shù)

名稱類型必填描述示例值
FlowNamestring

流程名稱。

my_flow_name
ExecutionNamestring

執(zhí)行名稱。

my_exec_name
NextTokenstring

Event 查詢開(kāi)始名稱,根據(jù)本接口返回獲取。

flow_xxx
Limitinteger

查詢數(shù)量。取值范圍[1,1000),默認(rèn)值為 60。

1

返回參數(shù)

名稱類型描述示例值
object

返回?cái)?shù)據(jù)。

NextTokenstring

首次查詢非必填,該字段是以返回的 ScheduleEventId 作為下次查詢的 Token;無(wú)數(shù)據(jù)時(shí),該字段不返回。

3
RequestIdstring

請(qǐng)求 ID。

testRequestId
Eventsobject []

事件信息。

Typestring

執(zhí)行步驟類型。取值說(shuō)明如下:

  • StepEntered
  • StepStarted
  • StepSucceeded
  • StepFailed
  • StepExited
  • BranchEntered
  • BranchExited
  • IterationEntered
  • IterationExited
  • TaskScheduled
  • TaskStarted
  • TaskSubmitted
  • TaskSubmitFailed
  • TaskSucceeded
  • TaskFailed
  • TaskTimedOut
  • ExecutionStarted
  • ExecutionStopped
  • ExecutionSucceeded
  • ExecutionFailed
  • ExecutionTimedOut
TaskSucceeded
EventIdlong

執(zhí)行步驟 ID。

2
Timestring

事件更新時(shí)間。

2019-01-01T01:01:01.001Z
ScheduleEventIdlong

調(diào)度步驟 ID。

1
EventDetailstring

執(zhí)行步驟詳情。

{}
StepNamestring

執(zhí)行步驟名稱。

passStep

示例

正常返回示例

JSON格式

{
  "NextToken": "3",
  "RequestId": "testRequestId",
  "Events": [
    {
      "Type": "TaskSucceeded",
      "EventId": 2,
      "Time": "2019-01-01T01:01:01.001Z",
      "ScheduleEventId": 1,
      "EventDetail": "{}",
      "StepName": "passStep"
    }
  ]
}

錯(cuò)誤碼

HTTP status code錯(cuò)誤碼錯(cuò)誤信息描述
400ActionNotSupportedThe requested API operation '%s' is incorrect. Please check.-
400APIVersionNotSupportedThe requested API version '%s' is not supported yet. Please check.-
400EntityTooLargeThe payload size exceeds maximum allowed size (%s bytes).請(qǐng)求消息體過(guò)大。
400InvalidArgumentParameter error.請(qǐng)求參數(shù)錯(cuò)誤。具體內(nèi)容請(qǐng)參考實(shí)際錯(cuò)誤信息。
400MissingRequiredHeaderThe HTTP header '%s' must be specified.請(qǐng)求所需參數(shù)缺失。具體內(nèi)容請(qǐng)參考實(shí)際錯(cuò)誤信息。
400MissingRequiredParamsThe HTTP query '%s' must be specified.請(qǐng)求所需參數(shù)缺失。具體內(nèi)容請(qǐng)參考實(shí)際錯(cuò)誤信息。
403AccessDeniedThe resources doesn't belong to you.-
403InvalidAccessKeyIDThe AccessKey ID %s is invalid.AccessKey ID無(wú)效。
403RequestTimeTooSkewedThe difference between the request time %s and the current time %s is too large.您的請(qǐng)求時(shí)間不正確,該請(qǐng)求已被識(shí)別為無(wú)效。請(qǐng)參考通用參數(shù)一節(jié)。
403SignatureNotMatchThe request signature we calculated does not match the signature you provided. Check your access key and signing method.您發(fā)起請(qǐng)求的簽名與我們計(jì)算不一致,請(qǐng)檢查您的簽名算法及AccessKey Secret。
404ExecutionNotExistsExecution %s for flow %s does not exist.所請(qǐng)求資源不存在,請(qǐng)確保流程已創(chuàng)建并存在待查詢的執(zhí)行。
404FlowNotExistsFlow %s does not exist.所請(qǐng)求資源不存在,請(qǐng)確保流程已創(chuàng)建。
415UnsupportedMediaTypeThe content type must be "application/json".請(qǐng)求消息體類型錯(cuò)誤。
500InternalServerErrorAn internal error has occurred. Please retry.服務(wù)器內(nèi)部錯(cuò)誤。請(qǐng)稍后重試。

訪問(wèn)錯(cuò)誤中心查看更多錯(cuò)誤碼。

變更歷史

變更時(shí)間變更內(nèi)容概要操作
2024-03-21OpenAPI 錯(cuò)誤碼發(fā)生變更、OpenAPI 入?yún)l(fā)生變更看變更集
變更項(xiàng)變更內(nèi)容
錯(cuò)誤碼OpenAPI 錯(cuò)誤碼發(fā)生變更
    刪除錯(cuò)誤碼:400
    刪除錯(cuò)誤碼:403
    刪除錯(cuò)誤碼:404
    刪除錯(cuò)誤碼:415
    刪除錯(cuò)誤碼:500
入?yún)?/span>OpenAPI 入?yún)l(fā)生變更
    刪除入?yún)ⅲ篟equestId