We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd625a9 commit 4d447d1Copy full SHA for 4d447d1
pydra/engine/audit.py
@@ -209,18 +209,18 @@ def audit_task(self, task):
209
start_message = {
210
"@id": self.aid,
211
"@type": "task",
212
- "Activity_Label": label,
+ "Label": label,
213
"Command": command,
214
"StartedAtTime": now(),
215
"AssociatedWith": version_cmd,
216
}
217
218
entity_message = {
219
220
- "Entity_Label": print(entity_label),
+ "Label": print(entity_label),
221
"AtLocation": at_location,
222
"GeneratedBy": "test", # if not part of workflow, this will be none
223
- "Type": "Task",
+ "@type": "input",
224
"digest": "checksum", # hash value under helpers.py
225
226
0 commit comments