public class ExecutionDto extends Object
| Constructor and Description | 
|---|
| ExecutionDto() | 
| Modifier and Type | Method and Description | 
|---|---|
| static ExecutionDto | fromExecution(Execution execution) | 
| String | getId() | 
| String | getProcessInstanceId() | 
| String | getTenantId() | 
| boolean | isEnded() | 
public static ExecutionDto fromExecution(Execution execution)
public String getId()
public String getProcessInstanceId()
public boolean isEnded()
public String getTenantId()
Copyright © 2018. All rights reserved.