Temporal · JSON Structure

Cloud Ops Async Operation Structure

Type: object Properties: 7
ProCode_API_CompositionWorkflows

AsyncOperation is a JSON Structure definition published by Temporal, describing 7 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id state checkDuration operationType startedTime finishedTime failureReason

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "AsyncOperation",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "state": {
      "type": "string"
    },
    "checkDuration": {
      "type": "string"
    },
    "operationType": {
      "type": "string"
    },
    "startedTime": {
      "type": "string"
    },
    "finishedTime": {
      "type": "string"
    },
    "failureReason": {
      "type": "string"
    }
  }
}