Hey,
let's say we take the example image under "Multiple processes" under https://www.researchobject.org/workflow-run-crate/profiles/process_run_crate/. In that image, let's say we want to subtract file result1.txt from input2.txt in createAction2.
How do we specify the order of operation, that we do A-B and not by accident B-A?
Same if the action has multiple outputs (first output becomes input for Action3 while second output becomes input for Action4)?
Json-ld by default has no order to the list. One has to manually enforce it.