Skip to content

Commit

Permalink
Merge pull request #17 from crs4/wfrun_env
Browse files Browse the repository at this point in the history
workflow-run: add environment property
  • Loading branch information
simleo authored Oct 6, 2023
2 parents df44083 + c7b9cb9 commit d864f81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion workflow-run/context.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"md5": "https://w3id.org/ro/terms/workflow-run#md5",
"sha1": "https://w3id.org/ro/terms/workflow-run#sha1",
"sha256": "https://w3id.org/ro/terms/workflow-run#sha256",
"sha512": "https://w3id.org/ro/terms/workflow-run#sha512"
"sha512": "https://w3id.org/ro/terms/workflow-run#sha512",
"environment": "https://w3id.org/ro/terms/workflow-run#environment"
}
]
}
1 change: 1 addition & 0 deletions workflow-run/vocabulary.csv
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
"sha1","Property","sha1","sha1 checksum as a hexadecimal string","File","Text"
"sha256","Property","sha256","sha256 checksum as a hexadecimal string","File","Text"
"sha512","Property","sha512","sha512 checksum as a hexadecimal string","File","Text"
"environment","Property","environment","environment variables used by the application","SoftwareApplication SoftwareSourceCode ComputationalWorkflow CreateAction","FormalParameter PropertyValue"

0 comments on commit d864f81

Please sign in to comment.