You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@airavata.apache.org by "Chathuri Wimalasena (JIRA)" <ji...@apache.org> on 2014/02/12 17:34:22 UTC

[jira] [Commented] (AIRAVATA-1017) Craft data management models

    [ https://issues.apache.org/jira/browse/AIRAVATA-1017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13899248#comment-13899248 ] 

Chathuri Wimalasena commented on AIRAVATA-1017:
-----------------------------------------------

Hi Suresh, 

This is the model for generated data. Please provide feedback. 

struct NodeData {
    1: required string nodeName,
    2: required string nodeInstanceId = "DO_NOT_SET",
    3: required string executionIndex,
    4: optional string nodeType,
    5: optional string nodeInput,
    6: optional string nodeOutput,
    7: optional string nodeStatus,
    8: optional int32 startTime,
    9: optional int32 lastUpdateTime
}


struct ExperimentOutput {
    1: required string outputKey,
    2: optional string outputType,
    3: optional string outputkeyValue
}

struct GeneratedData {
    1: required string experimentId,
    2: required string workflowTemplateId,
    3: optional string workflowTemplateName,
    4: optional string status,
    5: optional int32 startTime,
    6: optional int32 lastUpdateTime,
    7: optional list<ExperimentOutput> experimentOutputs,
    8: optional list<NodeData> nodes

> Craft data management models
> ----------------------------
>
>                 Key: AIRAVATA-1017
>                 URL: https://issues.apache.org/jira/browse/AIRAVATA-1017
>             Project: Airavata
>          Issue Type: Sub-task
>            Reporter: Suresh Marru
>             Fix For: 0.12
>
>
> This should include basic storing of user created projects, experiments and airavata generated metadata, monitoring data and inferred provenance data and finally place holder for error handling. 



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)