Posted by tmetzger on November 23, 2010 at 6:30pm
2 followers
Jump to:
| Project: | Workflow |
| Version: | 6.x-1.4 |
| Component: | Code |
| Category: | bug report |
| Priority: | major |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Issue Summary
Hello,
I'm using the workflow module and attempting to configure it in an installation profile, but no luck - the module isn't ready for the creation of new workflows until it gets installed *and* until after I go to the modules page and reload it. That causes some hook to be called, after which workflows can actually be created.
So in a perfect world I'd love for someone to just fix that, but I'm also very much open to workarounds like "call this method and it will initialize itself."
Help?
Comments
#1
There isn't any additional initialization that occurs when the module is activated. Once active (schema needs to be created), it's ready to go. Perhaps it's cache refresh when modules are loaded that is needed for however you're going about creating new workflows?
I could use some code to look at to tell you what might be going wrong here.