Skip to Content
0
Former Member
Nov 08, 2012 at 12:44 AM

Skips over my Block for Parallel Processing

52 Views

Hi Gurus & Helpers:

My question is: why is my Block that I have defined not getting executed? I have steps defined in the WF before and after it and all those execute fine, but the block itself does not.

If I look at the graphical log I can see it there, but it is never executed.

There is a WF Container Element Variable [APPROVERS] created with checks for Multiline, Import/Export and referencing structure type SWHACTOR.

The Block was defined as follows:

Control Tab: Block Type = ParForEach

Parallel Processing Tab: Multiline Element = APPROVERS (from above)

Control Tab: Binding: &APPROVERS[&_WF_PARFOREACH_INDEX&]& -> &_APPROVERS_LINE&

A User Decision placed INSIDE the BLOCK:

Decision Tab: Expression = &_APPROVERS_LINE&

Details Tab: "In all WF logs" selected

Control Tab: Task = TS00008267 and there is Agent Assignment to it since I use this before and after the block and it works fine.

Pretty straight-forward and similar to many others (at least I thought).

It doesn't execute? Is there something more I have to do to the Block for it get reached and create the intended parallel WIs?

Your help is greatly appreciated if you choose to help me, thanks;

Sean