Skip to content

Commit

Permalink
fixes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
localhorst87 committed Oct 25, 2024
1 parent 7f3cbfd commit 6252dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow_utils/parse_to_yaml.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if (stmdString === undefined)
// the locations are given as string arrays like
// ["stmd:SimulationTaskMetaData", "stmd:ImplementationPhase", "stmd:ImplementModel", "stc:Rationale"]
let stmdCrud = new StmdCrud(stmdString);
var stmdRationales = stmdCrud.findAllParticleLocation("stc:Rationale")
var stmdRationales = stmdCrud.getAllCredibilityLocations();

// create one workflow for each Rationale of a process phase
var count = 0;
Expand Down

0 comments on commit 6252dd4

Please sign in to comment.