getInvocationInfo.Rd
Get information of a workflow invocation
getInvocationInfo(invocation_id, server, api_key)
invocation_info Invocation information.
The workflow invocation information represents the scheduling of workflow. It may be sparse at first (missing inputs and invocation steps) and will become more populated as the workflow is actually scheduled.
The workflow invocation information (invocation_info) contains many fields among which :
its state ('state') allowing to follow invocation progression.
its own id ('id'), history id ('history_id'), workflow id ('workflow_id').
its steps ('steps') with for each step : 'id', 'job_id', 'state'...
inputs ('inputs', 'input_step_parameters'), outputs ('outputs')...