Support createFrom api on jobs to handle sequences of different jobs. For example a Save job could be evoked after AlterUser or AlterOtherResource which you could want to handle differently. It maybe would help to solve #2 also since then it could be reasonable to force no-side-effects-or-required-arguments-on-constructors-policy.
Support createFrom api on jobs to handle sequences of different jobs. For example a Save job could be evoked after AlterUser or AlterOtherResource which you could want to handle differently. It maybe would help to solve #2 also since then it could be reasonable to force no-side-effects-or-required-arguments-on-constructors-policy.