-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
137 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,74 @@ | ||
Vocabulary: tasks | ||
|
||
Term: key | ||
Term: actor | ||
Concept Type: Integer (Type) | ||
Term: cron expression | ||
Concept Type: Short Text (Type) | ||
Term: handler | ||
Term: end time | ||
Concept Type: Date Time (Type) | ||
Term: error | ||
Concept Type: Short Text (Type) | ||
Term: actor | ||
Term: error count | ||
Concept Type: Integer (Type) | ||
Term: handler | ||
Concept Type: Short Text (Type) | ||
Term: key | ||
Concept Type: Short Text (Type) | ||
Term: last error | ||
Concept Type: Short Text (Type) | ||
Term: last run time | ||
Concept Type: Date Time (Type) | ||
Term: model name | ||
Concept Type: Short Text (Type) | ||
Term: parameter set | ||
Concept Type: JSON (Type) | ||
Term: start time | ||
Concept Type: Date Time (Type) | ||
Term: retry limit | ||
Concept Type: Integer (Type) | ||
Term: error count | ||
Term: run count | ||
Concept Type: Integer (Type) | ||
Term: last error | ||
Concept Type: Short Text (Type) | ||
Term: start time | ||
Concept Type: Date Time (Type) | ||
Term: status | ||
Concept Type: Short Text (Type) | ||
|
||
Term: task | ||
Fact Type: task has key | ||
Necessity: each task has exactly one key | ||
Fact Type: task is executed by actor | ||
Necessity: each task is executed by exactly one actor | ||
Fact Type: task has error count | ||
Necessity: each task has exactly one error count | ||
Fact Type: task is executed by handler | ||
Necessity: each task is executed by exactly one handler | ||
Fact Type: task is executed with parameter set | ||
Necessity: each task is executed with exactly one parameter set | ||
Fact Type: task has start time | ||
Necessity: each task has at most one start time | ||
Fact Type: task has retry limit | ||
Necessity: each task has exactly one retry limit | ||
Fact Type: task has error count | ||
Necessity: each task has at most one error count | ||
Fact Type: task is for model name | ||
Necessity: each task is for exactly one model name | ||
Fact Type: task is scheduled by actor | ||
Necessity: each task is scheduled by exactly one actor | ||
Fact Type: task is scheduled with cron expression | ||
Necessity: each task is scheduled with at most one cron expression | ||
Fact Type: task has key | ||
Necessity: each task has exactly one key | ||
Fact Type: task has last error | ||
Necessity: each task has at most one last error | ||
Fact Type: task has retry limit | ||
Necessity: each task has exactly one retry limit | ||
Fact Type: task has run count | ||
Necessity: each task has exactly one run count | ||
Fact Type: task has start time | ||
Necessity: each task has exactly one start time | ||
Fact Type: task has status | ||
Necessity: each task has exactly one status | ||
Definition: "pending" or "success" or "failed" | ||
|
||
Term: task run | ||
Fact Type: task run has error | ||
Necessity: each task run has at most one error | ||
Fact Type: task run is for task | ||
Synonymous Form: task was executed by task run | ||
Necessity: each task run is for exactly one task | ||
Reference Type: informative | ||
Fact Type: task run has start time | ||
Necessity: each task run has exactly one start time | ||
Fact Type: task run has end time | ||
Necessity: each task run has at most one end time | ||
Fact Type: task run has status | ||
Necessity: each task run has exactly one status | ||
Definition: "running" or "success" or "failed" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters