Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 734 Bytes

ExecutionDto.md

File metadata and controls

14 lines (9 loc) · 734 Bytes

ExecutionDto

Properties

Name Type Description Notes
id Option<String> The id of the Execution. [optional]
process_instance_id Option<String> The id of the root of the execution tree representing the process instance. [optional]
ended Option<bool> Indicates if the execution is ended. [optional]
tenant_id Option<String> The id of the tenant this execution belongs to. Can be null if the execution belongs to no single tenant. [optional]

[Back to Model list] [Back to API list] [Back to README]