glue_get_workflow_run_properties: Retrieves the workflow run properties which were set during the run
Description
Retrieves the workflow run properties which were set during the run.
Usage
glue_get_workflow_run_properties(Name, RunId)
Arguments
Name
[required] Name of the workflow which was run.
RunId
[required] The ID of the workflow run whose run properties should be returned.
Request syntax
svc$get_workflow_run_properties(
Name = "string",
RunId = "string"
)