Skip to main content
Create a new workflow session.

POST /revisions/:id/data (Command: create_session)

Request Body

ParameterTypeRequiredDescription
enginestringYesMust be workflow_blobhub.
commandstringYesMust be create_session.
descriptionstringNoOptional description.
tracingobjectNoTracing configuration (e.g., {"log_data": true}).

Response

ParameterTypeDescription
sessionobjectThe created session object.

Example

{
  "engine": "workflow_blobhub",
  "command": "create_session",
  "description": "Production Run 1",
  "tracing": { "log_data": true }
}