Contents

init(contentsOf:)

Creates and initializes a workflow based on the contents of the specified file.

Declaration

convenience init(contentsOf fileURL: URL) throws

Parameters

  • fileURL:

    URL that specifies the location of a workflow file.

Return Value

The initialized workflow object. On error, returns nil.

Discussion

See Also

Creating a Workflow