IBM WebSphere · Arazzo Workflow
Liberty Application Restart with Diagnostics
Version 1.0.0
Restart a Liberty application, capture a server dump, and verify health.
View Spec
View on GitHub
Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddlewareArazzoWorkflows
Provider
Workflows
restart-application-with-diagnostics
Restart a Liberty application and capture diagnostics around the restart.
Reads the target application, restarts it, creates a server dump with heap and thread data, and checks server health.
1
getApplication
getApplication
Read the target application to capture its current state before the restart.
2
restartApplication
restartApplication
Restart the application. The response reports the resulting application state.
3
createServerDump
createServerDump
Create a server dump capturing heap and thread diagnostics so the restart can be analyzed later.
4
checkHealth
getHealth
Run the MicroProfile Health check to confirm the server is reporting UP after the application restart.