Launch 'CarboSeqRun' workflow ('workflow_id') invocation into a history with an input data and return immediatly. Does not wait for Workflow invocation to be in a terminal state.

launchWorkflow(env, input_data_info, chunck_size, workflow_id, v)

Arguments

env

Siwaa environment

input_data_info

Input data information.

chunck_size

Input parameter (Integer given as str). Value should be adapted to input_data_info size.

workflow_id

'CarboSeqRun' workflow id

v

Boolean to choose 'verbose' or 'silent' mode

Value

invocation_id Id of workflow invocation

message

Details

To then survey workflow invocation state evolution (wait for a terminal state) : 'waitWorkflowOutputDataIdent' method can be used.