IBM Quantum · Arazzo Workflow
IBM Quantum Session Run and Close
Version 1.0.0
Open a Qiskit Runtime session, run a job inside it, then close the session.
Provider
Workflows
session-run-and-close
Create a session, run a job within it, and close it when done.
Opens a session, submits a job bound to the session, and closes the session once the job is queued.
1
createSession
Open a runtime session bound to the chosen backend and execution mode, and capture the new session id.
2
runJobInSession
Submit a primitive job that references the session id so it runs with the session's priority on the backend.
3
closeSession
Close the runtime session so it stops accepting new jobs; any running jobs run to completion.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.