Temporal · Example Payload

Cloud Ops User Example

ProCode_API_CompositionWorkflows

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

Top-level fields

idresourceVersionspecstatecreatedTimelastModifiedTime

Example Payload

Raw ↑
{
  "id": "abc123",
  "resourceVersion": "example_value",
  "spec": "example_value",
  "state": "example_value",
  "createdTime": "example_value",
  "lastModifiedTime": "example_value"
}