blob: f08a75fda8e1b5173c633ebf8ca705e04f869abb [file]
<!--
* Copyright (c) 2023 Boeing
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Boeing - initial API and implementation
-->
</br>
<form action="PUT_POST_URL_HERE" method="post">
<input type="hidden" name="operation" value="transition">
<input type="hidden" name="atsId" value="PUT_ATS_ID_HERE">
<button name="transitionButton">Transition</button>
<label>To State</label> <input placeholder="type to filter" type="text" name="toState" PUT_DEFAULT_TO_STATE_VALUE_HERE id="toState" list="ToStateList" />
<label>As User Id: </label><input type="text" name="asUserId" placeholder="123456">
<label>Cancel Reason: </label> <input type="text" name="reason" placeholder="Enter if Cancelling">
</form>
</br>
PUT_TO_STATE_LIST_HERE