Referencing Workflow state in a block
{
"context": {
"initiatedBy": {
"name": "Henry Hippocampus",
"email": "[email protected]",
"identityMappings": {
"github": "hhippocampus"
},
"identityMappingsByAlias": {
"github": {
"cortex": "hhippocampus",
"other-config": "hippo"
}
}
},
"workflowRunId":"a607c73f-b8e2-44b7-aa20-e23de7cf7af7",
"initiatedAtIso8601Timestamp": "2025-05-16T21:42:37.642+00:00", // ISO8601 timestamp
"secrets": {
"secret-tag": "********"
},
"entity": { // only present for entity-scoped workflows
"id": "en0123456789abcdef",
"tag": "test-entity",
"name": "Test Entity",
"descriptor": {
"info": { ... }
}
}
},
"actions": {
"action-slug-1": {
"inputs": {},
"outputs": {}
},
"action-slug-2": {
"inputs": {},
"outputs": {}
}
...
},
"variables": {
"variable1": true,
"variable2": null,
"variable3": {
"isObject": true
}
}
}The Workflow state context key
context keyAccess configured secrets
Access entity data
Referencing a block or workflow state in a workflow
Block and workflow state reference example
Last updated
Was this helpful?