public class WorkflowExecution extends Object
Constructor and Description |
---|
WorkflowExecution(String workflowExecutionId)
POJO representing one execution of a workflow, i.e. one run
|
WorkflowExecution(String workflowExecutionId,
Date timestamp)
Constructor for mybatis mapping
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other)
Check if two workflow executions are same, used by tests
|
Date |
getTimestamp() |
String |
getWorkflowExecutionId() |
public WorkflowExecution(String workflowExecutionId)
workflowExecutionId
- id of the workflowCopyright © 2020. All rights reserved.