Dell Servers · Arazzo Workflow
Dell Servers Power Action with State Polling
Version 1.0.0
Issue a power action on a system and poll until the power state settles.
Provider
Workflows
power-action-poll
Issue a reset action and poll the system until power state settles.
Reads current power state, issues a reset action, then polls the system resource until the power state is no longer transitional.
1
getInitialState
getSystem
Read the system to capture the power state before the action.
2
issueReset
resetSystem
Issue the requested reset action on the system.
3
pollPowerState
getSystem
Re-read the system and inspect its power state. Loop back while the state is still transitioning; end once it has settled to On or Off.