start process link doesnt reload original interface

Certified Associate Developer

Hello community,

Can you help me with configuring start process link so that it refreshes the original interface instead of "ending" in the news tab of tempo?

Once the link is clicked the process that is configured with chaining runs and shows the task, the task just shows information, the task is assigned to initiator.
If the task is submitted, the process does end, but I cant see the original interface refresh when I test it.

If I run the test again, the interface shows the information that was previously shown on screen in the task and saved to DB.

Behavior is fine except the reload original interface part.

Kind Regards,

Erik

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Associate Developer
    in reply to Stefan Helzle

    Hi Stefan checked the behavior think the reason is because the task of the process that is being called is no part of the process model its being called from. I dont want a forced chained node to complete the check as its optional, so once the link its clicked it starts an instance of a different process-model with a task. If I add a node at the end of the check process model to resume the parent task I think I can achieve what I have in mind. I then need the tp!id of the parent. So try to configure that, can you please inform me how to configure the Definition field of report metric?

Children