init(contentsOf:)
Creates and initializes a workflow based on the contents of the specified file.
Declaration
convenience init(contentsOf fileURL: URL) throws
Return Value
The initialized workflow object. On error, returns nil.
Discussion
See Also
Creating a Workflow