cancel
Showing results for 
Search instead for 
Did you mean: 

How handle recurring task with parent task id?

vishu2111
Champ in-the-making
Champ in-the-making
I need to design an process with following scenario.

Consider  P1 is process contains t1,t2,t3,t4 are sequential activities & t5.

t1 – > t2 –> t3 – t4
              |
              |
             t5 (async repeatative)


after t2 task will get fork into t3 and t5, where as t3 continues it's sequential execution and t5 will get call repetitively after 60 seconds until some time frame elapsed.

I each step I have to store some form parameter for each task.

How can I achieve this scenario in activity?

Task instance wise details ( Consideration – What I'm looking for )

   Task Id        Task Instance Id   Parent Task Id

     t1                   15
     t2                   16
     t3                   17
     t4                   18 
     t5 (1)              19                          17
     t5 (2)              20                          17
     t5 (3)              21                          17
     t5 (4)              22                          17
     t5 (5)              23                          17


   t5 (N) denote recurrence of the same task with different instance ids.
   


2 REPLIES 2

trademak
Star Contributor
Star Contributor
Hi,

Can you elaborate a bit more on what you are trying to achieve. Currently I'm having difficulties to understand your question.

Best regards,

vishu2111
Champ in-the-making
Champ in-the-making
Consider P1 is process contains t1,t2,t3,t4 are sequential activities & t5.

<code>

t1 – > t2 –> t3 – t4
|
|
t5 (async repeatative)

</code>

t2 task will get fork into t3 and t5, where as t3 continues it's sequential execution & t5 will get call repetitively after 60 seconds until some time frame elapsed.

Each step I have to store some form parameter for repeatative task.

How can I achieve this scenario in activity?

Task instance wise details ( Consideration – What I'm looking for )
<code>
Task_Id Task_Instance_Id Parent_Task_Id

t1   15
t2   16
t3   17
t4   18
t5(1)   19    17
t5(2)   20    17
t5(3)   21    17
t5(4)   22    17
t5(5)   23    17

</code>

t5 (N) denote recurrence of the same task with different instance ids.
Getting started

Tags


Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.