Searched full:workflow (Results 1 – 25 of 100) sorted by relevance
1234
22 use Google\Service\Workflows\Workflow; alias35 * Creates a new workflow. If a workflow with the specified name already exists39 * @param string $parent Required. Project and location in which the workflow41 * @param Workflow $postBody44 * @opt_param string workflowId Required. The ID of the workflow to be created.51 public function create($parent, Workflow $postBody, $optParams = [])58 * Deletes a workflow with the specified name. This method also cancels and59 * deletes all running executions of the workflow. (workflows.delete)61 * @param string $name Required. Name of the workflow to be deleted. Format:62 * projects/{project}/locations/{location}/workflows/{workflow}[all …]
2 name: Scratch Learning Workflow12 # Manually running a workflow from the UI13 …# https://docs.github.com/en/actions/using-workflows/triggering-a-workflow#defining-inputs-for-man…14 …https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow#configuring-…22 …# https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/workflow-syntax-for-g…33 # A list of the jobs that run in the workflow file.41 …# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_id…43 …# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_id…46 …# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_id…51 …# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-ad…[all …]
1 name: PHP Tests Reusable Workflow3 # https://docs.github.com/en/actions/using-workflows/reusing-workflows#creating-a-reusable-workflow5 # Reusable workflow19 # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#defaults25 # A list of the jobs that run in the workflow file.34 …# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_id…39 …# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-ad…90 …# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_id…95 …/docs.github.com/en/actions/security-guides/encrypted-secrets#using-encrypted-secrets-in-a-workflow
4 workflow_dispatch: # Manually running a workflow from the UI11 …# https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/workflow-syntax-for-g…18 # https://docs.github.com/en/actions/using-workflows/reusing-workflows#calling-a-reusable-workflow21 call-test-workflow:
8 call-test-workflow:
34 * Triggers a new execution using the latest revision of the given workflow by a37 * @param string $workflow Required. Name of the workflow for which an execution39 * projects/{project}/locations/{location}/workflows/{workflow}44 …public function triggerPubsubExecution($workflow, TriggerPubsubExecutionRequest $postBody, $optPar… argument46 $params = ['workflow' => $workflow, 'postBody' => $postBody];
38 * projects/{project}/locations/{location}/workflows/{workflow}/executions/{exec51 * Creates a new execution using the latest revision of the given workflow.54 * @param string $parent Required. Name of the workflow for which an execution56 * projects/{project}/locations/{location}/workflows/{workflow} The latest57 * revision of the workflow will be used.72 * projects/{project}/locations/{location}/workflows/{workflow}/executions/{exec87 * Returns a list of executions which belong to the workflow with the given88 * name. The method returns executions of all workflow revisions. Returned92 * @param string $parent Required. Name of the workflow for which the executions94 * projects/{project}/locations/{location}/workflows/{workflow}
42 * Creates new workflow template. (workflowTemplates.create)61 * Deletes a workflow template. It does not cancel in-progress workflows.64 * @param string $name Required. The resource name of the workflow template, as74 * @opt_param int version Optional. The version of workflow template to delete.86 * Retrieves the latest workflow template.Can retrieve previously instantiated89 * @param string $name Required. The resource name of the workflow template, as99 * @opt_param int version Optional. The version of workflow template to130 * used to track execution of workflow by polling operations.get. The Operation131 * will complete when entire workflow is finished.The running workflow can be133 * cancelled and workflow-owned clusters to be deleted.The Operation.metadata[all …]
9 # The head ref or source branch of the pull request in a workflow run.10 …# This property is only set when the event that triggers a workflow run is either pull_request or …13 # The name of the base ref or target branch of the pull request in a workflow run.14 …# This is only set when the event that triggers a workflow run is either pull_request or pull_requ…19 # The short ref name of the branch or tag that triggered the workflow run.39 …alling your workflow: https://docs.github.com/en/actions/using-workflows/reusing-workflows#passing…
1 base workflow4 name workflow plugin5 desc Interactive Workflow Wizardry6 url http://dokuwiki.org/plugin:workflow
1 workflow Plugin for DokuWiki3 Interactive Workflow Wizardry6 http://dokuwiki.org/plugin:workflow9 lib/plugins/workflow/ - if the folder is called different it
33 public $workflow; variable in Google\\Service\\Eventarc\\Destination80 public function setWorkflow($workflow) argument82 $this->workflow = $workflow;89 return $this->workflow;
3 …rocess for the Delete Page Guard DokuWiki plugin, including development workflow, testing, version…7 The plugin uses a professional release workflow with:24 ## Release Workflow113 ### 4. Complete Release Workflow argument115 Use the automated release workflow:131 Follow the provided git workflow:207 make release VERSION=x.y.z # Complete release workflow
20 @echo " release [VERSION=x.y.z] - Complete release workflow"61 # Complete release workflow68 @echo "Starting release workflow for version $(VERSION)..."
12 - Releases are built by the `build_release.yml` GitHub Action workflow of this project.14 - The release workflow is not triggered, if:16 - The release workflow is failing and no release will be created, if:
31 protected $workflowsType = Workflow::class;63 * @param Workflow[]70 * @return Workflow[]
20 class Workflow extends \Google\Model class206 class_alias(Workflow::class, 'Google_Service_Workflows_Workflow');
3 * DokuWiki Plugin workflow (Syntax Component)58 include DOKU_INC . 'lib/plugins/workflow/wfversion.php';74 … class="wfsearch"><a href="#wfsearch" onclick="wfFocusSearch();" title="Workflow Decision"><div cl…76 …$renderer->doc .= ' <span style="color:#919191;">workflow version ' . $workflow_plugin_version . '…93 // process new workflow state and criteria for the link
1 ====== DokuLLM Plugin - LLM Configuration and Workflow ======3 … to configure Large Language Model (LLM) interactions and describes the workflow of the DokuLLM pl…66 ===== LLM Workflow =====68 The DokuLLM plugin follows a specific workflow to process requests:
2 # This is a workflow to release this project as a zipped installable artifact.17 # Triggers the workflow on push of a tag filtering the tag to meet24 # Allows you to run this workflow manually from the Actions tab58 echo "Workflow has been triggered manually"64 echo "Workflow has been triggered by push to ${{ github.ref }}"
67 'path' => 'v1/{+workflow}:triggerPubsubExecution',70 'workflow' => [
3 $lang['WorkflowNamespace'] = 'What namespace should your workflow pages live in?';
1 name: 'Issues workflow'
34 - [meta] do not publish github action workflow files [`29e60a1`](https://github.com/inspect-js/has-…39 - [actions] add "Allow Edits" workflow [`1e6bc29`](https://github.com/inspect-js/has-symbols/commit…44 - [actions] switch Automatic Rebase workflow to `pull_request_target` event [`4addb7a`](https://git…