Skip to content

Flow error handling and recovery #275

@rubenfiszel

Description

@rubenfiszel

There is currently a failure module defined for every flow value:

failure_module:
but it is ignored by the current implementation

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

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions