Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleExample for Cancelling Orders
linenumberstrue
./cancel-orders.sh \
    --url=http://joc-2-0-primary:7446 \
    --user=root \
    --password=root \
    --controller-id=controller \
    --date-to="$(date +'%Y-%m-%d')T00:00:00" \
    --workflows=/ProductDemo/CyclicExecution/Cyclic-Check,/ProductDemo/ScheduledExecution/Daily-EOD

# cancels late orders scheduled for yesterday's Daily Plan date
# limits cancellation to orders in the SCHEDULED state (default) for the given list of workflows

Further Resources