-
Notifications
You must be signed in to change notification settings - Fork 846
Closed
Description
There is currently a failure module defined for every flow value:
Line 4046 in 9cff49a
| failure_module: |
A first step would be to trigger this module on error and pass it the result of the step having error (or input transform) as:
{
error: "the error message",
step: <step number>, i
input_transform_field: optional<str>
}
Metadata
Metadata
Assignees
Type
Projects
Status
Done