codecatalyst_get_workflow {paws.developer.tools} | R Documentation |
Returns information about a workflow
Description
Returns information about a workflow.
See https://www.paws-r-sdk.com/docs/codecatalyst_get_workflow/ for full documentation.
Usage
codecatalyst_get_workflow(spaceName, id, projectName)
Arguments
spaceName |
[required] The name of the space. |
id |
[required] The ID of the workflow. To rerieve a list of workflow IDs, use
|
projectName |
[required] The name of the project in the space. |
[Package paws.developer.tools version 0.9.0 Index]