Temporal · Example Payload

Cloud Ops Async Operation Example

ProCode_API_CompositionWorkflows

Cloud Ops Async Operation Example is an example object payload from Temporal, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idstatecheckDurationoperationTypestartedTimefinishedTimefailureReason

Example Payload

Raw ↑
{
  "id": "abc123",
  "state": "example_value",
  "checkDuration": "example_value",
  "operationType": "example_value",
  "startedTime": "example_value",
  "finishedTime": "example_value",
  "failureReason": "example_value"
}