Active
Project:
Workflow-ng
Version:
5.x-2.2
Component:
Wng API
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Jun 2008 at 03:33 UTC
Updated:
7 Sep 2009 at 07:54 UTC
I have a workflow which creates a node when another node is updated. I also have custom PHP code in this workflow. I can access some tokens like [node_added:title], but [node_added:nid] is blank. Any thoughts?
Comments
Comment #1
fagoprobably the nid is not set right now. e.g. on content is about to be submitted when it's created.
Comment #2
kulfi commentedBut the other fields are? Is that intentional?
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #4
burlap commentedThis is also the case for example for node_loaded - most tokens (I haven't tried all) work, while [node_loaded:nid] doesn't. And for node_added: if node_added:title is available, why node_added:nid shouldn't?
Comment #5
burlap commented