Table Driven Dynamic Parallel Processing and Deadline...

Richa Gupta richa.cse7 at gmail.com
Sat Jun 6 02:00:44 EDT 2015


Thanks Loren and Florin for your suggestions.

I used block to achieve this functionality and it is working perfectly fine
for me. :)

Thanks again for your help.

Regards,
Richa

On Thu, Jun 4, 2015 at 7:29 AM, Bratzler, Loren <Loren.Bratzler at nscorp.com>
wrote:

> You should be able to just set a deadline on the approval task and then
> put your send mail step in that deadline path.  Due to the nature of how
> parallel processing blocks work, the deadline path will only be enforced on
> the users who do not make their decision.
>
>
>
> Here is an example where I created a parallel processing block.  There is
> a “requested end” deadline set on the Primary Decision step.  If the
> approver does not make their decision by the time the deadline is reached,
> the workflow takes the outcome path labeled “Primary Deadline Reached”.  In
> my example, I am then using a Process Control step to set the Primary
> Decision task to obsolete which then causes the workflow to take the
> “Decision Not Made” path.  However, in your case, you could replace the
> Process Control with a send mail step and send the notification to the
> current user occurring in the instance of the processing block.
>
>
>
>
>
>
>
>
>
> Loren Bratzler
>
> Norfolk Southern Corporation
>
>
>
> *From:* sap-wug-bounces at mit.edu [mailto:sap-wug-bounces at mit.edu] *On
> Behalf Of *Richa Gupta
> *Sent:* Thursday, June 04, 2015 2:45 AM
> *To:* SAP Workflow Users' Group
> *Subject:* [EXTERNAL] Table Driven Dynamic Parallel Processing and
> Deadline...
>
>
>
> Hello Folks,
>
>
>
> I am developing a workflow for Journal Entry approval where in I need to
> use table driven dynamic parallel processing along with deadline.
>
>
>
> So, for user decision step I have implemented parallel processing. But in
> modelled deadline path, I need to send an email only to that approver who
> misses the deadline.
>
>
>
> So, question is how can I come to know which all users missed deadline and
> who all have taken action on user decision.
>
>
>
> Kindly suggest.
>
>
>
> Regards,
>
> Richa
>
> _______________________________________________
> SAP-WUG mailing list
> SAP-WUG at mit.edu
> http://mailman.mit.edu/mailman/listinfo/sap-wug
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/pipermail/sap-wug/attachments/20150605/037cdaf8/attachment-0001.htm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.png
Type: image/png
Size: 23716 bytes
Desc: not available
Url : http://mailman.mit.edu/pipermail/sap-wug/attachments/20150605/037cdaf8/attachment-0001.png


More information about the SAP-WUG mailing list