I have created two drupal instances on my system..and i have installed publish and subscribe module in the 1st and the second instance respectively. I can easily send the nodes from one instance to the other..
then i installed the workflow module, and in the workflow module i added two states(say state1 and state2)...now what i wanted to do is to send the nodes from one instance to the other only when the node is in state2, so i modified my View and added a filter which says that "workflow:current state=workflowname:state2"..
and then i created nodes in the 1st instance in state1..and then i manually changed the workflow(by clicking on the node in the homepage) state from state1 to state2 and clicked on submit...the node didnt go from that instance to the other drupal instance..so i clicked on the node again and then clicked on workflow(state was already changed) and i didnt change anything and clicked submit...
surprisingly this time the node went from the 1st instance to the second..so thats the bug..i have to click on the submit button twice to send my nodes from publish to subscribe
Comments
Comment #1
voidberg commentedFrom what I know workflow doesn't use nodeapi so publish does not know when a node is changed so the only way now, I think, to use workflow is to rely on the cron sending on nodes.
You're not the only one who requested workflow integration so I will add it to my list.