Forums / Setup & design / simple workflow does not appear

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

simple workflow does not appear

Author Message

Paal Are Solberg

Tuesday 01 July 2003 4:56:04 am

eZ 3.1.0-2

I am trying to create a new workflow, called hellodolly, based on the the existing hellouser workflow :

1. file /kernel/classes/workflowtypes/event/ezhellodolly.php
2. lines added to site.ini.append.php:
[EventSettings]
AvailableEventTypes[]=event_ezhellodolly
3. template file /design/standard/templates/workflow/eventtype/result/event_ezhellodolly.tpl

When I try to add a new workflow, the new Event/Hello Dolly entry I expected to find in the drop down list is does not appear...

What am I missing?

Paal Are Solberg

Thursday 03 July 2003 6:08:07 am

Ooops... lines should be added to workflow.ini.append.php, not to site.ini.append.php...
[EventSettings]
AvailableEventTypes[]=event_ezhellodolly

My mistake. (Though I suggest this could be added to the sdk documentation?)