ibm-quantum · Arazzo Workflow
IBM Quantum Usage-Aware Job Submission
Version 1.0.0
Check instance usage and remaining limit before submitting a job, skipping submission when the limit is reached.
Provider
Workflows
usage-aware-job-submission
Submit a job only when the instance usage limit has not been reached.
Reads instance usage, then submits a primitive job only if the usage limit has not yet been reached.
1
getInstanceUsage
get_usage
Read the instance's current usage period, including consumed seconds and whether the usage limit has been reached.
2
submitJob
create_job
Submit the primitive job now that the instance still has usage capacity.
Source API Descriptions
openapi