Returns information useful in case of a sequence managed by invocation_id

moreAboutInvocation(
  env,
  invocation_id,
  v,
  with_output_data_info = FALSE,
  with_output_data_report = FALSE
)

Arguments

env

Siwaa environment

invocation_id

Id of workflow invocation

v

Boolean to choose 'verbose' or 'silent' mode

with_output_data_info

Boolean to try to get output_data_info

with_output_data_report

Boolean to try to get output data reports

Value

invocation_info Workflow invocation information

history_id Id of history

output_data_identified Boolean to know if output data identified (output data identified only in case of invocation in 'scheduled' state).

output_data_id Id of output data, Value "" if unidentified output data

output_data_info Output data information, Value returned only if with_output_data_info, Value NULL if unidentified output data (ie not output_data_identified)

output_data_reports Output data reports, in case of with_output_data_report (dataset_provenance), Value returned only if with_output_data_report, Value NULL if unidentified output data (ie not output_data_identified)

message