moreAboutInvocation.Rd
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
)
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