I'm working on a 'node lock' functionality.
I'd like to show a message, node is locked by [CCL:user] at [CCL:time].

Comments

fago’s picture

Couldn't you use the global's users name? We could also add the current time as global token..

amitaibu’s picture

Can't use the global user, as it might have been locked by another user.

fago’s picture

Category: feature » support

ah ok.. so this is no question of workflow-ng integration, but of storing the information. You probably need a module for that, or you might make use of cck fields to store that information, but then you would also need an action to set these...

amitaibu’s picture

My idea was to let CCL store this info. I think CCL can already store timestamp (as it is using for the schedule).
Now it will need also a to hold the user that invoked.

fago’s picture

Status: Active » Postponed

hm, this let me thought a lot about scheduling works in workflow-ng. I think there is need for a much more general scheduling support, which I plan to introduce together with a kind of procedures. Then this would be possible :) However, I'm not sure yet whether I implement this for 6.x only or 5.x and 6.x. But for now, it's postponed until the todo list gets smaller...