Get Workflow Run Properties
| glue_get_workflow_run_properties | R Documentation | 
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.  | 
Value¶
A list with the following syntax:
list(
  RunProperties = list(
    "string"
  )
)
Request syntax¶
svc$get_workflow_run_properties(
  Name = "string",
  RunId = "string"
)