Time Controlled Order Management via CLI - Xyna-Factory/xyna GitHub Wiki
CLI commands corresponding to the Time-Controlled Order management operations:
''# Continue a paused Time-Controlled Order'' ./xynafactory.sh '''continuebatchprocess''' [-f] -orderId <arg> ''# List all registered Time Controlled Orders'' ./xynafactory.sh '''listtimecontrolledorders''' [-o] [-t] ''# Migrate a Time-Controlled Order to another Application'' ./xynafactory.sh '''migratebatchprocess''' -applicationName <arg> -orderId <arg> -versionName <arg> ''# Modify an existing Time Controlled Order'' ./xynafactory.sh '''modifytimecontrolledorder''' -id <arg> [-calendarDefinition <arg>] [-custom0 <arg>] [-custom1 <arg>] [-custom2 <arg>] [-custom3 <arg>] [-dst <arg>] [-enabled <arg>] [-firstExecutionTime <arg>] [-label <arg>] [-onError <arg>] [-orderType <arg>] [-timeZone <arg>] ''# Pause the Time-Controlled Order with the provided Order ID'' ./xynafactory.sh '''pausebatchprocess''' -orderId <arg> ''# Refresh the slave scheduling data of the Time-Controlled Order with the provided Order ID'' ./xynafactory.sh '''refreshbatchprocess''' -orderId <arg> ''# Register and start a new Time Controlled Order'' ./xynafactory.sh '''starttimecontrolledorder''' [-applicationName <arg>] [-calendarDefinition <arg>] [-custom0 <arg>] [-custom1 <arg>] [-custom2 <arg>] [-custom3 <arg>] [-d] [-dst] -firstExecutionTime <arg> [-inputPayloadFile <arg>] [-label <arg>] [-onError <arg>] -orderType <arg> [-r] [-timeZone <arg>] [-versionName <arg>] [-workspaceName <arg>]