GetWorkflowRequest¶
Source definition: src/bitdrift/public/unary/workflows/v1/workflow.proto#L791-L798
| Field | Type | Description |
|---|---|---|
| exploration_slug_or_id | string up to 100 chars |
The slug or ID of the parent exploration. This is mapped to the REST path. |
| workflow_slug_or_id | string up to 100 chars |
The slug or ID of the workflow to retrieve. We'll try to match both and return the first one that matches. This is mapped to the REST path. |
Example¶
JSON
{
"exploration_slug_or_id": "abc-123-def",
"workflow_slug_or_id": "abc-123-def"
}