Add workflow data object and an empty step object
[MAILPOET-4136]
This commit is contained in:
8
mailpoet/lib/Automation/Engine/Workflows/Step.php
Normal file
8
mailpoet/lib/Automation/Engine/Workflows/Step.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php declare(strict_types = 1);
|
||||
|
||||
namespace MailPoet\Automation\Engine\Workflows;
|
||||
|
||||
class Step {
|
||||
public const TYPE_TRIGGER = 'trigger';
|
||||
public const TYPE_ACTION = 'action';
|
||||
}
|
Reference in New Issue
Block a user