Hi,

I'm very new to workflow-ng and the architecture of Drupal and I was hoping for a little guidance on this module.

I'd like to have an event for workflow-ng when the user clicks on a link or button that I created on any of my pages.
I'm not really sure how else to proceed.

Basically, this is my scenario

- User joins an OG
- User clicks on a link/button in the OG page to apply for ownership
- Workflow is triggered and system checks whether user has the correct roles first.
- If true, user is granted ownership of the OG.

Running near the end of my tether.. so any help would really be GREAT

Comments

amitaibu’s picture

Status: Active » Fixed

You have custom content links module in the wf_ng package which allows triggering events upon clicking a link.
However, note that your flow can be done automatically as OG module is integrated with wf_ng.

Blueeeeie’s picture

Hi there,

Thanks for the reply.

I know OG is integrated with wf_ng, but there are only 2 events in the list under OG, which is when a user joins or leaves a group.
I'm not exactly sure how to modify the module such that I can have another action which is if a user indicates he wants to take ownership of a group.

amitaibu’s picture

You can help review this patch #247672: add workflow-ng actions and condition

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.