Workflow

Events happening in the community are now at Drupal community events on www.drupal.org.

This group is for people interested in workflows and actions.

It is intended to be used for
* discussing ideas
* sharing use-cases
* planning future development

stevector's picture

Collaboration among workflow modules

Drupal 7 has a couple of similar modules in the workflow space. I'm starting this thread to hold discussion around collaboration among some of those modules.

Read more
charles belov's picture

Using workflow to create site update ticklers in Drupal?

I recently posted a thread in the group Web Managers/Content Editors Creating site update ticklers in Drupal?. Someone suggested Workflow might do the trick. Hopefully, this would serve as a use case.

We have some content which, depending on which page it appears on, would be worded slightly differently. In any case, it would be incorporated into the body text.

Read more
jstoller's picture

Workflow with relation concept

For sometime we have been working on a publication workflow system at the California Science Center in D6 and I've been considering how such a system might be implemented in D7. This lead me to the work being done on the Relation module, which lead me to the following conceptual model. I'd like some feedback on the appropriateness and feasibility of this approach.

Read more
aquaphenix's picture

Ubercart Product Workflow and various timing stages with product expiration

Hi Everyone,

I want to be able to schedule a product to be featured at a certain time and that its already accomplished with the module workflow itself and having cron setup correctly. The issue at hand is that once the product is in the Workflow state of Featured it should move the Sidebar product state after 24 hours and should eventually move to the expired product state after another 48 hours.

Read more
Anonymous's picture

Advice on Drupal Modules...Module Advice Needed - Creating Reservation Site/Shopping Cart

Hi All,

I have ubercart and doing a shopping cart/reservation system online for courses. Course Operators page is built. I need advice on:

A module for a customised Search Function
The Scheduler or Availability Calendar for the course operator

Can UC Hotel Booking have elements adapted and used? Or, is this something for an experienced DBA?

Thanks!

Read more
Robert2011's picture

Frustration with permissions

I have a 5-state revisioning workflow set up for 3 user roles.

Role 1 can always make edits. Roles 2 and 3 are meant to be able to edit pages when the page is in workflow states 2 and 4 respectively, however they cannot. The permissions in "Access Control" on the workflow editing page are set appropriately, so the problem must be somewhere else, but I can't see it.

edit: I have since discovered that only the original creator of the page can make edits.

Read more
R.J. Steinert's picture

Notes from "Workbench: Managing Content Management" @ DrupalCon Chicago

Cross posted from http://rjsteinert.com/content/notes-workbench-managing-content-managemen...

I wasn't actually at this presentation but I am studying this module as I consider what my ideal workflow/state-machine module might look like. Check out the presentation here http://chicago2011.drupal.org/sessions/workbench-managing-content-manage...

Demo 1 - "My Content" page for content management relevant to the user

Read more
miloyz's picture

Workflow Access Control Extension

We have made a set of module for extend the access control in Workflow module.

workflow user reference access
Allow admin assign node permission to the users of any CCK User Reference field in the node.

workflow role reference access
Allow admin assign node permission to the users belong to roles which selected in CCK Role Referencefield.

Workflow transaction access
Add one more layer of filter based on user reference field to status control form.

Read more
ahmadajcis's picture

problem with edit permission in workflow (Solved)

iam using workflow in my project, and i have created a new workflow called Status (Publish , Hide)
the author has to edit his own article, i did the following:
1- Edit the workflow and make the following:
author may do these transitions:

From To
(creation) → Hide
Publish → Hide

anonymous user may do these transitions:
None

authenticated user may do these transitions:
None

administrator may do these transitions:

From To
(creation) → Publish
Publish → Hide
Hide → Publish

Companies may do these transitions:

From To

Read more
Guillaume Beaulieu's picture

Could we build a D7 version so we have something to patch against ?

As the coder module does most of the work, I'd have time to plough through the TODO: on the module. You should harness the power of the dozens waiting for it: http://drupal.org/node/732578 ; I personally need the module, and I'm improving the coder module so more of the code will be automagically transformed, until I'd have no more time, and start working on a d7 version on a personnal server...

Read more
candelas's picture

rules + workflow + views bulk operations

i have just discover rules and i am impress.
i want to use it but i am not sure if i am making the right schema to organize what i will do.
i have read documentation (very good videos on nodeone) and search similar cases.
my english is not very good, so searching is a bit more difficult and i can missundertand things...
i would like, if you can give a moment please, that you tell to me if what i am trying is in the right way.
i know a little of php and have used drupal few times.

i have a magazine with sections and articles.
i want that when the magazine is published, the articles to be published too.

Read more
othermachines's picture

Simpler workflows?

Not to undermine the fine work done by the maintainers of the Workflow module and others, but in my experience a large majority of our clients don't need all of the bells & whistles but a basic, easy-to-configure-and-use system that allows editors to oversee contributors. In response-- and also due to my frustration at trying to set up and then dumb down the available modules (often requiring getting more than one module to sync in the way I want)-- I created a simple module (not yet hosted here) that I've been using on a few production sites.

Read more
nikhilkala's picture

edit permission to author after publishing the node in workflow

Hello,

I am working on a small health care website. Where currently workflow is installed and configure.

In this site currently the Author can create document then the document goes into review state. if Admin ( no editor required ) found the document correct then document goes into published state.

Now, we are trying to do,
1. Author should be able to edit the published document to add the next information in the same document.
2. Once the document is edited by the author it should move back from published -> create state.

Any one has done /configured this type of workflow.

Read more

one workflow by OG

Hi all,

I'm interesting with the workflow module but I want to implement a specific feature with organic groups.
I have a simple workflow with 3 states : pending, approved, rejected.
With OG and the audience a node can belong to several groups and I would like that a same node can have
different state with different groups :
node 1 have "pending" state in group 1 and "approved" state in group 2.

The aim is to have a specific moderation in each groups.

Anyone have an idea to do that ?

Thanks in advance.

Read more
sagarmitra's picture

Create workflow programmatically

Can anyone please give me an example of how to create a workflow programmatically? I have a workflow already created. I need to invoke state change on a submit event. Any ideas?

Read more
tadfisher's picture

Workflow Access - Allow anonymous users to view certain CCK fields in Views, but not the full node?

I have a Workflow setup like this:

Upcoming - node shows up in "Upcoming Reviews" content pane, but not viewable by anonymous users (also applies to Draft and Waiting states)
Draft - being worked on by author
Waiting for Approval - ready to be reviewed by administrator
Published - Viewable by everyone, shows up in various site sections/taxonomy lists

Read more
Reevo's picture

Workflow state filters don't show under "content management"

I installed Workflow and everything seems to be working, but a filter for the workflow states does not show up on the "content" page under "content management." Am I just doing something wrong? I am new to Drupal.

Thanks in advance.
Yuto

Read more
testgrupalmc26's picture

How can I migrate the exist page and story after enable workflow module?

Hi, all
I am going to install workflow on my site, and I had done some testing on staging environment. During the test, I found that all the pages submit into the system before enabling workflow module are at the "creation" state, I cannot "move" them to "Done" state on UI. Is there any instruction about how to migrate the exist post?

Thank you.

-Magus

Read more
leilyrken's picture

Content Permissions (CCK) depending of Role and Workflow status

Hello all,

I'm discovering Workflow and the possibility and I have a request a bit specific maybe, I would like to know if there is a way to do it with workfklow/rule or if you have some suggestion.

I would like to set permission for field on a content type depending on the role and the workflow status.

Read more
Monzer Emam's picture

Transition labels should be built-in Workflow itself

Transition labels from POV is important as it should achieve the following :

<

ol>

  • By defining labels will define also what is possible transitions like "Draft->Reviewed", "Reviewed->Checked" and "Checked->Published" only.So transition like "Draft->Published" if not desirable without defining a label for it shouldn't be available.
  • Read more
    Subscribe with RSS Syndicate content

    Workflow

    Group organizers

    Group notifications

    This group offers an RSS feed. Or subscribe to these personalized, sitewide feeds: