Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
byit-myth-job
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liyuan
byit-myth-job
Commits
4236396d
Commit
4236396d
authored
May 14, 2020
by
huangfusuper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
恢复邮件告警时机
parent
6f7b71de
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
Flow.java
...re/myth-admin-core/src/main/java/com/byit/model/Flow.java
+1
-1
FlowVersion.java
...-admin-core/src/main/java/com/byit/model/FlowVersion.java
+1
-1
RunRecording.java
...admin-core/src/main/java/com/byit/model/RunRecording.java
+1
-1
WaitingRecord.java
...dmin-core/src/main/java/com/byit/model/WaitingRecord.java
+1
-1
EndAndNotWarningThreadRunHelper.java
...m/byit/thread/helper/EndAndNotWarningThreadRunHelper.java
+2
-2
No files found.
byit-myth-core/myth-admin-core/src/main/java/com/byit/model/Flow.java
View file @
4236396d
...
@@ -76,7 +76,7 @@ public class Flow implements Serializable {
...
@@ -76,7 +76,7 @@ public class Flow implements Serializable {
/**
/**
* 当前工作流版本的告警的时机(0 不告警, 1 完成时告警, 2 失败时告警, 3 成功时告警)
* 当前工作流版本的告警的时机(0 不告警, 1 完成时告警, 2 失败时告警, 3 成功时告警)
*/
*/
@ApiModelProperty
(
"当前工作流版本的告警的时机(0 不告警, 1 完成时告警,
2 失败时告警, 3
成功时告警)"
)
@ApiModelProperty
(
"当前工作流版本的告警的时机(0 不告警, 1 完成时告警,
3 失败时告警, 2
成功时告警)"
)
private
String
alarmlAction
;
private
String
alarmlAction
;
/**
/**
...
...
byit-myth-core/myth-admin-core/src/main/java/com/byit/model/FlowVersion.java
View file @
4236396d
...
@@ -70,7 +70,7 @@ public class FlowVersion implements Serializable {
...
@@ -70,7 +70,7 @@ public class FlowVersion implements Serializable {
/**
/**
* 当前工作流版本的告警的时机(0 不告警, 1 完成时告警, 2 失败时告警, 3 成功时告警)
* 当前工作流版本的告警的时机(0 不告警, 1 完成时告警, 2 失败时告警, 3 成功时告警)
*/
*/
@ApiModelProperty
(
"当前工作流版本的告警的时机(0 不告警, 1 完成时告警,
2 失败时告警, 3
成功时告警)"
)
@ApiModelProperty
(
"当前工作流版本的告警的时机(0 不告警, 1 完成时告警,
3 失败时告警, 2
成功时告警)"
)
private
String
alarmlAction
;
private
String
alarmlAction
;
/**
/**
...
...
byit-myth-core/myth-admin-core/src/main/java/com/byit/model/RunRecording.java
View file @
4236396d
...
@@ -76,7 +76,7 @@ public class RunRecording implements Serializable {
...
@@ -76,7 +76,7 @@ public class RunRecording implements Serializable {
/**
/**
* 当前工作流版本的告警的时机(0 不告警, 1 完成时告警, 2 失败时告警, 3 成功时告警)
* 当前工作流版本的告警的时机(0 不告警, 1 完成时告警, 2 失败时告警, 3 成功时告警)
*/
*/
@ApiModelProperty
(
"当前工作流版本的告警的时机(0 不告警, 1 完成时告警,
2 失败时告警, 3
成功时告警)"
)
@ApiModelProperty
(
"当前工作流版本的告警的时机(0 不告警, 1 完成时告警,
3 失败时告警, 2
成功时告警)"
)
private
String
alarmlAction
;
private
String
alarmlAction
;
/**
/**
...
...
byit-myth-core/myth-admin-core/src/main/java/com/byit/model/WaitingRecord.java
View file @
4236396d
...
@@ -55,7 +55,7 @@ public class WaitingRecord implements Serializable {
...
@@ -55,7 +55,7 @@ public class WaitingRecord implements Serializable {
/**
/**
* 当前工作流版本的告警的时机(0 不告警, 1 完成时告警, 2 失败时告警, 3 成功时告警)
* 当前工作流版本的告警的时机(0 不告警, 1 完成时告警, 2 失败时告警, 3 成功时告警)
*/
*/
@ApiModelProperty
(
"当前工作流版本的告警的时机(0 不告警, 1 完成时告警,
2 失败时告警, 3
成功时告警)"
)
@ApiModelProperty
(
"当前工作流版本的告警的时机(0 不告警, 1 完成时告警,
3 失败时告警, 2
成功时告警)"
)
private
String
alarmlAction
;
private
String
alarmlAction
;
/**
/**
...
...
byit-myth-core/myth-admin-core/src/main/java/com/byit/thread/helper/EndAndNotWarningThreadRunHelper.java
View file @
4236396d
...
@@ -32,11 +32,11 @@ public class EndAndNotWarningThreadRunHelper extends BaseThreadRunHelper {
...
@@ -32,11 +32,11 @@ public class EndAndNotWarningThreadRunHelper extends BaseThreadRunHelper {
/**
/**
* 失败时告警
* 失败时告警
*/
*/
public
static
final
String
FAILURE_DONE
=
"
2
"
;
public
static
final
String
FAILURE_DONE
=
"
3
"
;
/**
/**
* 成功时告警
* 成功时告警
*/
*/
public
static
final
String
SUCCESS_DONE
=
"
3
"
;
public
static
final
String
SUCCESS_DONE
=
"
2
"
;
/**
/**
* 运行实例操作
* 运行实例操作
*/
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment