Fork behaviour question

Michael Pokraka workflow at quirky.me.uk
Wed Dec 11 12:44:28 EST 2002


Stephan's suggestion is what you want if this step is still required after the
WF completes and if it doesn't matter whether it's done or not.
 
An alternative is to simply use a fork which terminates right at the end of the WF when both branches are complete. This obviously also only works if you're not in a loop structure. In some cases this may be desirable as it keeps things a bit 'neater'. You couls even model a longish deadline to make the task simply expire after a while - thus still completing the WF in the end.
 
HTH
Cheers
Mike
 
 
On Wed, Dec 11, 2002 at 06:17:36PM +0100, Becker Stephan (extern) wrote:
> Hi Robert,
>
> Raise a self-defined workflow event in the main workflow (and pass the data you need in the event parameter container), which then starts another workflow that in turn sends the tasks that display the notifications.
>
> Hth,
> Stephan
>
> -----Original Message-----
>> From: Verlaat, Robert [mailto:Robert.Verlaat at PWN.NL]
> Sent: Mittwoch, 11. Dezember 2002 17:11
> To: SAP-WUG at MITVMA.MIT.EDU
> Subject: Fork behaviour question
>
> Dear All,
>
> I'am trying to create the following:
>
> At a certain point in my Workflow a Task is created and I want the
> Workflow to continue directly(without having executed the Task).
>
> So a Fork doesn't work(cancelles the branch..)
> A subworkflow waits...
>
> The functional reason for this is that a user can determine other users
> who should be notified. The notification is a
> Task(BUS2000126.displayarchivedocuments). After this notification the
> Workflow should continue directly because it doesn't has to wait for the
> notifications...
>
> Does anyone knows a Trick/workaround for this?
>
> Thanks,
>
> Robert Verlaat
>
>
>
> _____________________________________________________________________________________________
> This outbound message from KPN has been checked for all known viruses by KPN IV-Scan, powered by MessageLabs.
>
> Bezoek de Website van PWN: http://www.pwn.nl/
> _____________________________________________________________________________________________
 


More information about the SAP-WUG mailing list