修改:工作流引擎执行器优化
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
package com.sdm.common.entity.flowable.executeConfig;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class CloudAppExecuteConfig extends BaseExecuteConfig {
|
||||
}
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
package com.sdm.common.entity.flowable.executeConfig;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class ExportWordScriptExecuteConfig extends BaseExecuteConfig {
|
||||
}
|
||||
|
||||
@@ -1,4 +1,10 @@
|
||||
package com.sdm.common.entity.flowable.executeConfig;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class HPCExecuteConfig extends BaseExecuteConfig {
|
||||
|
||||
private String beforeNodeId;
|
||||
|
||||
}
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
package com.sdm.common.entity.flowable.executeConfig;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class LocalAppExecuteConfig extends BaseExecuteConfig {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user