ManageIQ / floe

Floe is a runner for Amazon States Language workflows
Apache License 2.0
0 stars 6 forks source link

Fix error raised on invalid resource scheme #195

Closed Fryguy closed 5 months ago

Fryguy commented 5 months ago

Before this commit, an ArgumentError is raised to the top, but now it raises a Floe::InvalidWorkflowError.

@agrare Please review.