public class ExecutionRepresentation extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
activityId |
protected String |
id |
protected String |
parentId |
protected String |
processInstanceId |
protected String |
superExecutionId |
protected Boolean |
suspended |
protected String |
tenantId |
| Constructor and Description |
|---|
ExecutionRepresentation(String id,
String parentId,
String processInstanceId,
String superExecutionId,
String activityId,
boolean suspended,
String tenantId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getActivityId() |
String |
getId() |
String |
getParentId() |
String |
getProcessInstanceId() |
String |
getSuperExecutionId() |
String |
getTenantId() |
boolean |
isSuspended() |
protected String id
protected String parentId
protected String processInstanceId
protected String superExecutionId
protected String activityId
protected Boolean suspended
protected String tenantId
public String getId()
public String getParentId()
public String getProcessInstanceId()
public String getSuperExecutionId()
public String getActivityId()
public boolean isSuspended()
public String getTenantId()
Copyright © 2021 Flowable. All rights reserved.