ManageIQ / floe

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

Drop non-standard Error/Cause fields. #167

Closed kbrock closed 5 months ago

kbrock commented 5 months ago

We had introduced this to access the errors. At that time exceptions were being thrown and it was tricky to determine failed runs.

Now output is properly populated with Error/Cause.

So we can use the standard context.output and no longer need these.

kbrock commented 5 months ago

update: