Skip to content

Commit

Permalink
remove timer and Finish task
Browse files Browse the repository at this point in the history
  • Loading branch information
dahoeck committed Oct 28, 2024
1 parent 958fb0e commit 88aa46e
Showing 1 changed file with 2 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,19 +143,8 @@
</Assignment>
</UserTask>

<Variable name="finishTaskRetryTimer" type="Timer"/>
<TimerHandler class="RetryTaskTimerHandler" task="Finish" timerName="finishTaskRetryTimer"/>

<AutomatedTask name="Finish" final="true">
<Action class="AssignVariable" resultVariable="changeSetLockedInStudio">
<Boolean value="false"/>
</Action>
<Action class="AssignVariable" resultVariable="finishTaskRetryTimer">
<Timer value="30"/>
</Action>
<Action class="EnableTimer" timerVariable="finishTaskRetryTimer"/>
</AutomatedTask>

<!-- Finally, make sure finished processes are archived and appear in the list of finished workflows for
participating users, i.e. for users for whom the RegisterPendingProcess action was called. -->
<FinalAction class="ArchiveProcessFinalAction" maxProcessesPerUser="100"/>

</Process>
Expand Down

0 comments on commit 88aa46e

Please sign in to comment.