DEPRECATION NOTICE
- With release 2.00 Workflow::Persister::SPOPS will no longer be included in the distribution, it will possibly be made available as a separate distribution, but with decreased maintenance efforts. SPOPS does no longer seem to be actively supported and issues with Perls versions from 5.11.1 and onwards underline this fact.
SPOPS was developed by the original author of Workflow and the two have worked in parallel for a long time. The Workflow developers have come to a crossroad and focus of resources and efforts are aimed at modernizing workflow.
1.57 2021-10-17 Bug fix release, update recommended
-
PR #170 by @ehuelsmann addresses an issue where Workflow tries to log during the execution of
use
statements, at which time it's highly unlikely that the logger has already been initialized, resulting in warnings being printed on the console -
PR #171 by @ehuelsmann adds initialization of context parameters passed at instantiation; currently, parameters need to be added explicitly and individually after instantiation
-
PR #173 by @ehuelsmann addresses issue #172, fixing failure to automatically run actions from the
INITIAL
state