II.
CIWorkflow JSON
Structured · liveci-workflow:circleci-config
CircleCI — .circleci/config.yml json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "ci-workflow:circleci-config",
"_kind": "CIWorkflow",
"_file": "extensions/ci/ci-workflows.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "CircleCI — .circleci/config.yml",
"workflowKind": "circleci",
"filePath": ".circleci/config.yml",
"triggers": [
"push"
],
"vcsHostId": "vcs-host:github",
"notes": "CircleCI workflow with parallel test splits and a deploy job gated on\nmain.\n"
},
"outgoingEdges": [
{
"from": "ci-workflow:circleci-config",
"to": "vcs-host:github",
"kind": "hosted_on_vcs",
"attributes": {}
}
],
"incomingEdges": []
}