Workflows - branching and joining

perlguy
Kilo Explorer

Am I doing this correctly?

I am BRANCHing out and creating 2 (or more) tasks - works fine.

Once all of the tasks have been completed/closed, I then want to continue with the workflow. So, I used a JOIN to bring the tasks back together.

The problem I have is that the stuff after the JOIN (log messages & notification) never seem to get sent.

In the system logs, I see:


2013-06-06 09:45:55InformationCreated task to create Name Badgeworkflow
2013-06-06 09:45:55DebugRunning activity The join: "update"workflow
2013-06-06 09:45:55DebugCreating activity Name Tagworkflow
2013-06-06 09:45:55DebugRunning activity The join: "activityComplete"workflow
2013-06-06 09:45:55DebugCreating activity The joinworkflow
2013-06-06 09:45:55DebugRunning activity ADMINISTRATIVE - Create Name Tag: "update"workflow
2013-06-06 09:45:55InformationTerminating context: 6464c761913d0500cd217ca6439f58e4, state: finishedWorkFlow


So, it looks like the workflow "state" is finished, but I don't get anything after the JOIN - even though it appears to perform the JOIN.

I am sure that this is simple too, once you get the hang of it!

Thanks!

Brent
5 REPLIES 5

perlguy
Kilo Explorer

Mark,

Thanks! I will give that script a try. I'd rather use as little of the Branching and Joining as possible. It seems kind of buggy.

Brent