You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
states - An optional list of elements from {"waiting", "running", "completed", "cancelled", "crashed"}. Default: ["waiting", "running", "completed", "cancelled", "crashed"]. The set of properties to include in the output.
Output:
waiting - An optional object mapping domain names to job ids. The set of waiting jobs in the batch.
running - An optional object mapping domain names to job ids. The set of running jobs in the batch.
completed - An optional object mapping domain names to job ids. The set of completed jobs in the batch.
cancelled - An optional object mapping domain names to job ids. The set of cancelled jobs in the batch.
crashed - An optional object mapping domain names to job ids. The set of crashed jobs in the batch.
We should add a new method to the RPCAPI.
Name: batch_domains
Input:
batch_id
- A Batch ID. The batch to examine.states
- An optional list of elements from {"waiting", "running", "completed", "cancelled", "crashed"}. Default: ["waiting", "running", "completed", "cancelled", "crashed"]. The set of properties to include in the output.Output:
waiting
- An optional object mapping domain names to job ids. The set of waiting jobs in the batch.running
- An optional object mapping domain names to job ids. The set of running jobs in the batch.completed
- An optional object mapping domain names to job ids. The set of completed jobs in the batch.cancelled
- An optional object mapping domain names to job ids. The set of cancelled jobs in the batch.crashed
- An optional object mapping domain names to job ids. The set of crashed jobs in the batch.Stabilization
Tracking issue
Affected interfaces
Additions:
Dependencies
Overlapping proposals
The text was updated successfully, but these errors were encountered: