End a a timeline within a nested timeline with warning message if non-response #3522
-
Hi, could anyone provide a solution to end a timeline within a nested timeline if non-response is detected. My code look like the following, and I want to achieve the that either
I have tried
This does not work as expected. Ideas and help are appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I personally find out a way to achieve ending a timeline within a nested timeline by add The timeline for task A including two nested timeline: 1) main task
|
Beta Was this translation helpful? Give feedback.
I personally find out a way to achieve ending a timeline within a nested timeline by add
on_finish
function ontaskA_step1
andtaskA_step2
.The timeline for task A including two nested timeline: 1) main task
taskA_step1
,taskA_step2
andtaskA_step3
, and 2) the timeline for warning message. It should be noted that the warning message should always be placed at the end of the timeline so the wholetaskA
timeline will end after the message trial as expected.