Skip to content

Instantly share code, notes, and snippets.

@krisfoster
Created April 28, 2014 13:03
Show Gist options
  • Save krisfoster/11371306 to your computer and use it in GitHub Desktop.
Save krisfoster/11371306 to your computer and use it in GitHub Desktop.
Clearing IPM Work-flow Faults (wlst script to be run from the Webcenter wlst)
connect('weblogic', '<password>', 't3://<server>:<port>')
listIPMWorkflowFaults()
# Note: you can pass params to this in order to selectively clear the errors
# Please consult the documentation to see what options are available!
# You have been warned.
clearIPMWorkflowFaults()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment