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