API Reference
List a workflow node's immediate prerequisites
GET
/
workflows
/
{id}
/
nodes
/
{node}
/
dependencies
Error
A valid request URL is required to generate request examples{
"dependencies": [
{
"name": "<string>",
"job_id": "<string>",
"kind": "task",
"job_kind": "<string>",
"state": "<string>",
"dependencies": [
"<string>"
],
"dependents": [
"<string>"
],
"signal": "<string>",
"wake_at_ms": 123,
"delay_ms": 123,
"child_workflow_id": "<string>",
"condition": "<string>",
"completed_at_ms": 123
}
]
}Was this page helpful?
⌘I
Error
A valid request URL is required to generate request examples{
"dependencies": [
{
"name": "<string>",
"job_id": "<string>",
"kind": "task",
"job_kind": "<string>",
"state": "<string>",
"dependencies": [
"<string>"
],
"dependents": [
"<string>"
],
"signal": "<string>",
"wake_at_ms": 123,
"delay_ms": 123,
"child_workflow_id": "<string>",
"condition": "<string>",
"completed_at_ms": 123
}
]
}