NAME
Daje::Workflow::Activities::Save - It creates and manages database objects
SYNOPSIS
use Daje::Workflow::Activities::Save
use Mojo::Loader qw(load_class);
Expected input from workflow
"activity_data": {
"class": "Model to use",
"update": "Method in model to use for update",
"insert": "Method in model to use for insert"
}
DESCRIPTION
Daje::Workflow::Activities::Save just saves a record in a table
REQUIRES
METHODS
save
save();
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.