Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more

NAME

Daje::Workflow::Activities

DESCRIPTION

Daje::Workflow::Activities::Activity - Manage activities in the workflow

REQUIRES

Mojo::Loader

Mojo::Base

METHODS

action($self, $context, $activity);
$activity = {
"name": "sql",
"activity": "Daje::Plugin::GenerateSQL",
"method": "genereate",
"resulting_state": "",
"pre_checks": [],
"post_checks":[],
"observers": [],
"activity_data": {
"Activity specific content"
}
}