View source: R/glue_operations.R
glue_start_workflow_run | R Documentation |
Starts a new run of the specified workflow.
See https://www.paws-r-sdk.com/docs/glue_start_workflow_run/ for full documentation.
glue_start_workflow_run(Name, RunProperties = NULL)
Name |
[required] The name of the workflow to start. |
RunProperties |
The workflow run properties for the new workflow run. Run properties may be logged. Do not pass plaintext secrets as properties. Retrieve secrets from a Glue Connection, Amazon Web Services Secrets Manager or other secret management mechanism if you intend to use them within the workflow run. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.