NAME

Daje::Workflow::Activities::Delete - It deletes database objects

SYNOPSIS

use Daje::Workflow::Activities::Delete

use Mojo::Loader qw(load_class);

Expected input from workflow

"activity_data": {
    "class": "Model to use"
}

DESCRIPTION

Daje::Workflow::Activities::Delete just deletes a record in a table

REQUIRES

Mojo::Loader

Data::Dumper

v5.42

Mojo::Base

METHODS

delete

delete();

AUTHOR

janeskil1525 <janeskil1525@gmail.com>

LICENSE

Copyright (C) janeskil1525.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.