Returns some reports of a workflow invocation, depending on boolean activations

getSomeInvocationReports(
  env,
  invocation_id,
  v,
  with_summary_invocation_reports = FALSE,
  with_invocation_steps_info = FALSE,
  with_invocation_report = FALSE,
  brut = FALSE
)

Arguments

env

Siwaa environment

invocation_id

Invocation Id.

v

Boolean to choose 'verbose' or 'silent' mode

with_summary_invocation_reports

Boolean activator. Default value FALSE.

with_invocation_steps_info

Boolean activator. Default value FALSE.

with_invocation_report

Boolean activator. Default value FALSE.

brut

Boolean to force brut format instead of filtered/adapted one

Value

invocation_summary_info if with_summary_invocation_reports

invocation_step_jobs_summary_info if with_summary_invocation_reports

invocation_steps_info if with_invocation_steps_info

invocation_report if with_invocation_report

invocation_id Invocation Id (for memo)

message