Closed (fixed)
Project:
Workflow
Version:
8.x-1.0
Component:
Workflow Notifications
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
18 Oct 2015 at 13:35 UTC
Updated:
27 Apr 2018 at 16:09 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
johnvComment #3
heykarthikwithuWill start with DrupalModuleUpgrader.
Comment #4
heykarthikwithuComment #6
heykarthikwithuComment #7
johnvSee also the applied patches on the D7-version at:
https://www.drupal.org/project/issues/workflow?text=notify&status=All&pr...
Comment #8
johnvComment #9
saranya ashokkumar commentedI have reviewed that patch. hook_workflow() will get call on immediate state change. On cron state change this hook is not getting call So only I have created the above patch. Is there any other hook for cron state change?
Comment #10
ceaucari commentedHere is a working port of the module.
Comment #11
saranya ashokkumar commentedHi,
I have created a module for workflow notify here. I think it will be good, if it is sub-module to workflow.
Please review and suggest...
Comment #12
anas_maw commentedHello,
I had a quick review on the patch and the submodule.
I prefer to not use a submodule when this module already has a plan to port workflow_notify unless providing another features.
Is it possible to make notification general and then we can choose the notification method, for example Email, sms, push notification, etc..
Providing a good api for this will be very helpful.
Thanks,
Comment #13
anas_maw commentedThe last patch cause the following error after adding a new notification and go to notifications list page
Symfony\Component\Routing\Exception\MissingMandatoryParametersException: Some mandatory parameters are missing to generate a URL for route "entity.workflow_notification.config_translation_overview
Comment #14
johnvAfter reviewing the patches in #4, #10 and #11, i decided to go along with #11. A commit will be created shortly.
Comment #15
johnv