server.web.routes.v2.fsm.array
Routes for Arrays.
Attributes
Functions
|
Return an array ID by workflow and task template version ID. |
|
Record a batch number to associate sets of task instances with an array submission. |
|
Transition TIs associated with an array_id and batch_num to launched. |
|
|
|
Add distributor_id, stderr/stdout paths to the DB for all TIs in an array. |
Module Contents
- server.web.routes.v2.fsm.array.add_array() Any[source]
Return an array ID by workflow and task template version ID.
If not found, bind the array.
- server.web.routes.v2.fsm.array.record_array_batch_num(array_id: int) Any[source]
Record a batch number to associate sets of task instances with an array submission.
- server.web.routes.v2.fsm.array.transition_array_to_launched(array_id: int) Any[source]
Transition TIs associated with an array_id and batch_num to launched.