| | |
| | | private Date updateTime; |
| | | |
| | | public FlowStepInstance() {} |
| | | public FlowStepInstance(FlowStepTemplate flowStepTemplate) { |
| | | this.stepTemplateId = flowStepTemplate.getId(); |
| | | this.stepName = flowStepTemplate.getStepName(); |
| | | this.stepType = flowStepTemplate.getStepType(); |
| | | } |
| | | |
| | | public FlowStepInstance(Long flowInstanceId,String flowInstanceNo,Integer stepOrder,String stepCode,String stepName,String stepType,Long stepTemplateId,Short status,String executeResult,String errorCode,String errorMessage,Date startTime,Date endTime,Integer durationSeconds,String inputData,String outputData,Integer retryTimes,Date createTime,Date updateTime) { |
| | | this.flowInstanceId = flowInstanceId; |