Forums / Developer / Problem with redirect workflow

"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".

Problem with redirect workflow

Author Message

Francisca Hernandez

Friday 03 October 2003 3:18:20 am

I have create a workflow that creates a class B child. The workflow activates each time that somebody publish a class A object.
I want redirect the user after create object B to '/content/edit/xx/1/' in the workflow
I do this in eZWorkflowNameType::execute()

$process->RedirectUrl = '/content/edit/' . $childObjectID . '/' . $childObjectVersion .'/';
return EZ_WORKFLOW_TYPE_STATUS_REDIRECT ;

but it seems that ignore the redirection. can somebody help me?

Thanks in advanced!

Francisca Hernandez