View source: R/codecatalyst_operations.R
codecatalyst_start_workflow_run | R Documentation |
Begins a run of a specified workflow.
See https://www.paws-r-sdk.com/docs/codecatalyst_start_workflow_run/ for full documentation.
codecatalyst_start_workflow_run(
spaceName,
projectName,
workflowId,
clientToken = NULL
)
spaceName |
[required] The name of the space. |
projectName |
[required] The name of the project in the space. |
workflowId |
[required] The system-generated unique ID of the workflow. To retrieve a list of
workflow IDs, use |
clientToken |
A user-specified idempotency token. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, the subsequent retries return the result from the original successful request and have no additional effect. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.