Get Execution
执行实例
根据ID获取
Retrieves an execution by id, according to the Execution interface in the
engine.
GET
Get Execution
Documentation Index
Fetch the complete documentation index at: https://docs.eorion.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
The id of the execution to be retrieved.
Response
Request successful.
The id of the Execution.
The id of the root of the execution tree representing the process instance.
Indicates if the execution is ended.
The id of the tenant this execution belongs to. Can be null
if the execution belongs to no single tenant.