0 Replies Latest reply on Jul 14, 2008 1:55 AM by coolex

    Pageflow or Redirection in a jBpm process definition

    coolex

      Hi!


      I've built a jpdl-process with tasks and want by entering each task to be redirected to a specific page (like a pageflow). But I don't want to have a processdefinition and a pageflow definition for one process because each time I want to change my process I have also to change the pageflow.
      So, how can I redirect to a specific page in my processdefinition? It would be great if it could work like this:

      <start-state name="start-state1">
              <redirect view-id="/home.xhtml"/>
              <transition to="Task1"></transition>
      </start-state>


      Unfortunately this definition doesn't work.
      Maybe I should create an action for each task in my process. With these actions I would make the redirection.


      bye,
      Axel