ibm-quantum · Arazzo Workflow
IBM Quantum Pause Session and Confirm
Version 1.0.0
Read a session's state, toggle whether it accepts new jobs, and confirm the change.
Provider
Workflows
pause-session-and-confirm
Toggle a session's accepting-jobs flag and confirm the new state.
Reads a session, updates its accepting-jobs flag, and reads it back to confirm.
1
getSession
get_session
Read the session's current state and accepting-jobs flag before changing it.
2
updateSession
update_session
Update the session to start or stop accepting new jobs based on the supplied flag. A 204 confirms the update.
3
confirmSession
get_session
Re-read the session to confirm its accepting-jobs flag now matches the requested value.