Get information of a workflow invocation

getInvocationInfo(invocation_id, server, api_key)

Arguments

invocation_id

Invocation id

server

Siwaa server url

api_key

Available Siwaa API KEY

Value

invocation_info Invocation information.

Details

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')...