Returns information about a specified run of a workflow.
See https://www.paws-r-sdk.com/docs/codecatalyst_get_workflow_run/ for full documentation.
codecatalyst_get_workflow_run(spaceName, id, projectName)
[required] The name of the space.
[required] The ID of the workflow run. To retrieve a list of workflow run IDs, use
list_workflow_runs
.
[required] The name of the project in the space.