Searched full:workflow (Results 1 – 25 of 451) sorted by relevance
12345678910>>...19
82 <p class="firstline">Creates a new workflow. If a workflow with the specified name already exists i…85 …"firstline">Deletes a workflow with the specified name. This method also cancels and deletes all r…88 <p class="firstline">Gets details of a single Workflow.</p>97 …workflow. Running this method has no impact on already running executions of the workflow. A new r…106 …<pre>Creates a new workflow. If a workflow with the specified name already exists in the specified…109 …parent: string, Required. Project and location in which the workflow should be created. Format: pr…113 { # Workflow program to be executed by Workflows.114 …"createTime": "A String", # Output only. The timestamp of when the workflow wa…115 …"description": "A String", # Description of the workflow provided by the user.…116 …"labels": { # Labels associated with this workflow. Labels can contain at most 64 entrie…[all …]
75 <h1><a href="workflowexecutions_v1beta.html">Workflow Executions API</a> . <a href="workflowexecuti…85 <p class="firstline">Creates a new execution using the latest revision of the given workflow.</p>91 …list of executions which belong to the workflow with the given name. The method returns executions…101 …e cancelled. Format: projects/{project}/locations/{location}/workflows/{workflow}/executions/{exec…116 …{ # A running instance of a [Workflow](/workflows/docs/reference/rest/v1beta/projects.locations.wo…117 …mit is 32KB. *Note*: If you are using the REST API directly to run your workflow, you must escape …137 …e execution. Format: projects/{project}/locations/{location}/workflows/{workflow}/executions/{exec…141 …"workflowRevisionId": "A String", # Output only. Revision of the workflow this…152 <pre>Creates a new execution using the latest revision of the given workflow.155 …workflow for which an execution should be created. Format: projects/{project}/locations/{location}…[all …]
75 <h1><a href="workflowexecutions_v1.html">Workflow Executions API</a> . <a href="workflowexecutions_…85 <p class="firstline">Creates a new execution using the latest revision of the given workflow.</p>91 …list of executions which belong to the workflow with the given name. The method returns executions…101 …e cancelled. Format: projects/{project}/locations/{location}/workflows/{workflow}/executions/{exec…116 …{ # A running instance of a [Workflow](/workflows/docs/reference/rest/v1/projects.locations.workfl…117 …mit is 32KB. *Note*: If you are using the REST API directly to run your workflow, you must escape …137 …e execution. Format: projects/{project}/locations/{location}/workflows/{workflow}/executions/{exec…141 …"workflowRevisionId": "A String", # Output only. Revision of the workflow this…152 <pre>Creates a new execution using the latest revision of the given workflow.155 …workflow for which an execution should be created. Format: projects/{project}/locations/{location}…[all …]
15 …"description": "Manage workflow definitions. To execute workflows and manage executions, see the W…278 …"description": "Creates a new workflow. If a workflow with the specified name already exists in th…287 …"description": "Required. Project and location in which the workflow should be created. Format: pr…294 …"description": "Required. The ID of the workflow to be created. It has to fulfill the following re…301 "$ref": "Workflow"311 …cription": "Deletes a workflow with the specified name. This method also cancels and deletes all r…320 …ption": "Required. Name of the workflow to be deleted. Format: projects/{project}/locations/{locat…336 "description": "Gets details of a single Workflow.",345 …uired. Name of the workflow which information should be retrieved. Format: projects/{project}/loca…354 "$ref": "Workflow"[all …]
14 "canonicalName": "Workflow Executions",126 …e cancelled. Format: projects/{project}/locations/{location}/workflows/{workflow}/executions/{exec…145 … "description": "Creates a new execution using the latest revision of the given workflow.",154 …workflow for which an execution should be created. Format: projects/{project}/locations/{location}…182 …e retrieved. Format: projects/{project}/locations/{location}/workflows/{workflow}/executions/{exec…213 …list of executions which belong to the workflow with the given name. The method returns executions…233 …red. Name of the workflow for which the executions should be listed. Format: projects/{project}/lo…301 …"description": "A running instance of a [Workflow](/workflows/docs/reference/rest/v1beta/projects.…305 …mit is 32KB. *Note*: If you are using the REST API directly to run your workflow, you must escape …334 …e execution. Format: projects/{project}/locations/{location}/workflows/{workflow}/executions/{exec…[all …]
14 "canonicalName": "Workflow Executions",126 …e cancelled. Format: projects/{project}/locations/{location}/workflows/{workflow}/executions/{exec…145 … "description": "Creates a new execution using the latest revision of the given workflow.",154 …workflow for which an execution should be created. Format: projects/{project}/locations/{location}…182 …e retrieved. Format: projects/{project}/locations/{location}/workflows/{workflow}/executions/{exec…213 …list of executions which belong to the workflow with the given name. The method returns executions…233 …red. Name of the workflow for which the executions should be listed. Format: projects/{project}/lo…301 …"description": "A running instance of a [Workflow](/workflows/docs/reference/rest/v1/projects.loca…305 …mit is 32KB. *Note*: If you are using the REST API directly to run your workflow, you must escape …334 …e execution. Format: projects/{project}/locations/{location}/workflows/{workflow}/executions/{exec…[all …]
348 "description": "Creates new workflow template.",376 … "description": "Deletes a workflow template. It does not cancel in-progress workflows.",385 …"description": "Required. The resource name of the workflow template, as described in https://clou…392 …"description": "Optional. The version of workflow template to delete. If specified, will only dele…407 …"description": "Retrieves the latest workflow template.Can retrieve previously instantiated templa…416 …"description": "Required. The resource name of the workflow template, as described in https://clou…423 …"description": "Optional. The version of workflow template to retrieve. Only previously instantiat…469 …workflow by polling operations.get. The Operation will complete when entire workflow is finished.T…478 …"description": "Required. The resource name of the workflow template, as described in https://clou…497 …workflow by polling operations.get. The Operation will complete when entire workflow is finished.T…[all …]
345 "description": "Creates new workflow template.",373 … "description": "Deletes a workflow template. It does not cancel in-progress workflows.",382 …"description": "Required. The resource name of the workflow template, as described in https://clou…389 …"description": "Optional. The version of workflow template to delete. If specified, will only dele…404 …"description": "Retrieves the latest workflow template.Can retrieve previously instantiated templa…413 …"description": "Required. The resource name of the workflow template, as described in https://clou…420 …"description": "Optional. The version of workflow template to retrieve. Only previously instantiat…463 …workflow by polling operations.get. The Operation will complete when entire workflow is finished.T…472 …"description": "Required. The resource name of the workflow template, as described in https://clou…491 …workflow by polling operations.get. The Operation will complete when entire workflow is finished.T…[all …]
3 # Controls when the action will run. Triggers the workflow on push or pull request7 # A workflow run is made up of one or more jobs that can run10 # This workflow contains a single job called "build"
1 # GitHub actions workflow.2 # https://help.github.com/en/actions/automating-your-workflow-with-github-actions/workflow-syntax-f…
1 # GitHub actions workflow.2 # https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions
21 ## Workflow section in TensorFlow Lite converter48 
1 # This workflow will triage pull requests and apply a label based on the4 # To use this workflow, you will need to set up a .github/labeler.yml
40 // A single-use sender-side Cast Agent that manages the workflow for a mirroring43 // steps through the following workflow:84 // Connect to a Cast Receiver, and start the workflow to establish a121 // requested. Otherwise, the workflow is aborted and Shutdown() is called.
100 Workflow chapter102 The following diagram demonstrates the development workflow using the framework:104 |Framework workflow|160 .. |Framework workflow| image::
5 # This workflow will triage pull requests and apply a label based on the8 # To use this workflow, you will need to set up a .github/labeler.yml
33 # (default cmake workflow hides away the test result into a file, resulting in poor dev workflow?!?)
16 github = { repository = "enarx/ciborium", workflow = "test" }17 #github = { repository = "enarx/ciborium", workflow = "lint" }
11 the typical workflow for these scripts, then it will include sections on the14 ## Normal Workflow37 ## Advanced Workflow