mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
29 lines
915 B
Text
29 lines
915 B
Text
NAME
|
|
gcloud beta workflows executions wait-last - wait for the last cached
|
|
workflow execution to complete
|
|
|
|
SYNOPSIS
|
|
gcloud beta workflows executions wait-last [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(BETA) Wait for the last cached workflow execution to complete.
|
|
|
|
EXAMPLES
|
|
To wait for the last cached workflow execution to complete, run:
|
|
|
|
$ gcloud beta workflows executions wait-last
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --access-token-file, --account,
|
|
--billing-project, --configuration, --flags-file, --flatten, --format,
|
|
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
|
--trace-token, --user-output-enabled, --verbosity.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
NOTES
|
|
This command is currently in beta and might change without notice. This
|
|
variant is also available:
|
|
|
|
$ gcloud workflows executions wait-last
|
|
|