You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sa...@apache.org on 2014/04/21 15:08:16 UTC

[2/2] git commit: adding 'CENCELING' status

adding 'CENCELING' status


Project: http://git-wip-us.apache.org/repos/asf/airavata/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/3013e74f
Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/3013e74f
Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/3013e74f

Branch: refs/heads/master
Commit: 3013e74f867c93aa71b9f9dce56e0b8b7b0805cf
Parents: 6fe3d3a
Author: Saminda Wijeratne <sa...@gmail.com>
Authored: Mon Apr 21 06:07:57 2014 -0700
Committer: Saminda Wijeratne <sa...@gmail.com>
Committed: Mon Apr 21 06:07:57 2014 -0700

----------------------------------------------------------------------
 .../thrift-interface-descriptions/experimentModel.thrift        | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/3013e74f/airavata-api/thrift-interface-descriptions/experimentModel.thrift
----------------------------------------------------------------------
diff --git a/airavata-api/thrift-interface-descriptions/experimentModel.thrift b/airavata-api/thrift-interface-descriptions/experimentModel.thrift
index 7fb79ed..f01ae7d 100644
--- a/airavata-api/thrift-interface-descriptions/experimentModel.thrift
+++ b/airavata-api/thrift-interface-descriptions/experimentModel.thrift
@@ -59,6 +59,7 @@ enum ExperimentState {
     SCHEDULED,
     LAUNCHED,
     EXECUTING,
+    CANCELING,
     CANCELED,
     COMPLETED,
     FAILED,
@@ -73,6 +74,7 @@ struct ExperimentStatus {
 enum WorkflowNodeState {
     INVOKED,
     EXECUTING,
+    CANCELING,
     CANCELED,
     COMPLETED,
     FAILED,
@@ -93,6 +95,7 @@ enum TaskState {
     OUTPUT_DATA_STAGING,
     POST_PROCESSING,
     EXECUTING,
+    CANCELING,
     CANCELED,
     COMPLETED,
     FAILED,
@@ -111,6 +114,7 @@ enum JobState {
     QUEUED,
     ACTIVE,
     COMPLETE,
+    CANCELING,
     CANCELED,
     FAILED,
     HELD,
@@ -131,6 +135,7 @@ enum TransferState {
     COMPLETE,
     STDOUT_DOWNLOAD,
     STDERROR_DOWNLOAD,
+    CANCELING,
     CANCELED,
     FAILED,
     HELD,