Skip to content

Commit

Permalink
Fix workflow definition for three step publication workflow. replace …
Browse files Browse the repository at this point in the history
…Deprecated ArchiveProcess action.
  • Loading branch information
dahoeck committed Oct 28, 2024
1 parent 88aa46e commit fd3a766
Showing 1 changed file with 1 addition and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -231,19 +231,7 @@
<ExitAction class="RegisterPendingProcess"/>
</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"/>
<Action class="ArchiveProcess" maxProcessesPerUser="100"/>
</AutomatedTask>
<FinalAction class="ArchiveProcessFinalAction" maxProcessesPerUser="100"/>

</Process>
</Workflow>

0 comments on commit fd3a766

Please sign in to comment.