Class Workflow
Legacy workflow, added for completeness.
public class Workflow : ComputationalWorkflow
- Inheritance
-
Workflow
- Inherited Members
Constructors
Workflow()
public Workflow()
Workflow(ROCrate?, string?, JsonObject?, string?, string?, bool, bool)
public Workflow(ROCrate? crate = null, string? identifier = null, JsonObject? properties = null, string? source = null, string? destPath = null, bool fetchRemote = false, bool validateUrl = false)
Parameters
crate
ROCrateidentifier
stringproperties
JsonObjectsource
stringdestPath
stringfetchRemote
boolvalidateUrl
bool
Methods
Deserialize(string, ROCrate)
Create a Workflow from JSON properties.
public static Workflow? Deserialize(string entityJson, ROCrate roCrate)
Parameters
Returns
Serialize()
Convert Workflow to JSON string.
public override string Serialize()