Get information (details) of a particular workflow invocation step

getInvocationStepInfo(invocation_id, step_id, server, api_key, brut = FALSE)

Arguments

invocation_id

Invocation id

step_id

Invocation step id

server

Siwaa server url

api_key

Available Siwaa API KEY

brut

Boolean to force brut format instead of filtered/adapted one

Value

invocation_step_info Invocation step information.

Details

Not filtered (only some fields could be kept)

Done : GET /api/invocations/'invocation_id'/steps/'step_id'