codecatalyst_start_workflow_run: Begins a run of a specified workflow

View source: R/codecatalyst_operations.R

codecatalyst_start_workflow_runR Documentation

Begins a run of a specified workflow

Description

Begins a run of a specified workflow.

See https://www.paws-r-sdk.com/docs/codecatalyst_start_workflow_run/ for full documentation.

Usage

codecatalyst_start_workflow_run(
  spaceName,
  projectName,
  workflowId,
  clientToken = NULL
)

Arguments

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 list_workflows.

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.


paws.developer.tools documentation built on Sept. 12, 2024, 6:46 a.m.