Yandex Cloud
Search
Contact UsGet started
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI for business
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Yandex Serverless Integrations
  • Comparison with other Yandex Cloud services
  • Pricing policy
  • Terraform reference
    • API authentication
      • Overview
        • Overview
        • Start
        • Stop
        • Terminate
        • Get
        • GetHistory
        • List
  • Monitoring metrics
  • Public materials
  • Release notes

In this article:

  • gRPC request
  • StartExecutionRequest
  • ExecutionInput
  • StartExecutionResponse
  1. Workflows API reference
  2. gRPC
  3. Execution
  4. Start

Workflows Service, gRPC: ExecutionService.Start

Written by
Yandex Cloud
Updated at November 26, 2024
  • gRPC request
  • StartExecutionRequest
  • ExecutionInput
  • StartExecutionResponse

Starts new Workflow execution.

gRPC requestgRPC request

rpc Start (StartExecutionRequest) returns (StartExecutionResponse)

StartExecutionRequestStartExecutionRequest

{
  "workflow_id": "string",
  "input": {
    // Includes only one of the fields `input_json`
    "input_json": "string"
    // end of the list of possible fields
  }
}

Field

Description

workflow_id

string

Required field. ID of the Workflow.

input

ExecutionInput

Input for the Workflow execution

ExecutionInputExecutionInput

Field

Description

input_json

string

JSON input data for the Workflow execution.

Includes only one of the fields input_json.

StartExecutionResponseStartExecutionResponse

{
  "execution_id": "string"
}

Field

Description

execution_id

string

ID of the Workflow execution.

Was the article helpful?

Previous
Overview
Next
Stop
© 2025 Direct Cursus Technology L.L.C.