Skip to content

HTTP task should have an option to *not* throw an error on a 404 #542

@mikebski

Description

@mikebski

The feature, motivation and pitch

When writing idempotent workflows, we often will do a GET on a resource to see if it exists and branch based on the result - if we get a 404 we create and continue with the new object and if we get a 200 we just proceed with the existing object.

This is a very common automation pattern, and we should support it there.

Alternatives

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestfeatureRequesting a feature be added

    Projects

    Status

    Needs triage

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions