-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Using DART 3 beta, I exported a workflow, and the resulting JSON contains some unexpected values:
Source-Organization has userValue "Test University"
bagItProfileIdentifier is empty
This is surprising because in the DART 3 UI under BagIt Profiles, the profile I'm using is a custom one where I've set both the name of the profile and the Source Organization field to the name of my organization.
The only reason I noticed the seeming oddity in the JSON is because I used DART Runner to run a job and passed in the exported workflow JSON, and in the resulting bag-info.txt file it's easy to see (since it's plain text) the following values, among others:
Source-Organization: Test University
BagIt-Profile-Identifier: http://example.com/unspecified_profile_identifier
For reasons unknown, I'm no longer able to use DART 2 on my computer (it runs, but menus are not clickable), so I'm unable to determine whether this issue is new to DART 3 or carried over from DART 2 (because when using DART 2 in the past, I always used DART 2 itself, not DART Runner, to run jobs -- in other words, I never exported workflow JSON from DART 2).