Home
last modified time | relevance | path

Searched full:workflow (Results 1 – 25 of 100) sorted by relevance

1234

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Workflows/Resource/
DProjectsLocationsWorkflows.php22 use Google\Service\Workflows\Workflow; alias
35 * Creates a new workflow. If a workflow with the specified name already exists
39 * @param string $parent Required. Project and location in which the workflow
41 * @param Workflow $postBody
44 * @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 and
59 * 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 …]
/plugin/combo/.github/workflows/
H A Dscratch-env.yml2 name: Scratch Learning Workflow
12 # Manually running a workflow from the UI
13 …# 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 …]
H A Dphp-test-reusable.yml1 name: PHP Tests Reusable Workflow
3 # https://docs.github.com/en/actions/using-workflows/reusing-workflows#creating-a-reusable-workflow
5 # Reusable workflow
19 # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#defaults
25 # 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
H A Dphp-test-on-manual.yml4 workflow_dispatch: # Manually running a workflow from the UI
11 …# 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-workflow
21 call-test-workflow:
H A Dphp-test-on-pull-request.yml8 call-test-workflow:
/plugin/authgooglesheets/vendor/google/apiclient-services/src/WorkflowExecutions/Resource/
DProjectsLocationsWorkflows.php34 * Triggers a new execution using the latest revision of the given workflow by a
37 * @param string $workflow Required. Name of the workflow for which an execution
39 * projects/{project}/locations/{location}/workflows/{workflow}
44 …public function triggerPubsubExecution($workflow, TriggerPubsubExecutionRequest $postBody, $optPar… argument
46 $params = ['workflow' => $workflow, 'postBody' => $postBody];
DProjectsLocationsWorkflowsExecutions.php38 * projects/{project}/locations/{location}/workflows/{workflow}/executions/{exec
51 * Creates a new execution using the latest revision of the given workflow.
54 * @param string $parent Required. Name of the workflow for which an execution
56 * projects/{project}/locations/{location}/workflows/{workflow} The latest
57 * revision of the workflow will be used.
72 * projects/{project}/locations/{location}/workflows/{workflow}/executions/{exec
87 * Returns a list of executions which belong to the workflow with the given
88 * name. The method returns executions of all workflow revisions. Returned
92 * @param string $parent Required. Name of the workflow for which the executions
94 * projects/{project}/locations/{location}/workflows/{workflow}
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/Resource/
DProjectsRegionsWorkflowTemplates.php42 * 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, as
74 * @opt_param int version Optional. The version of workflow template to delete.
86 * Retrieves the latest workflow template.Can retrieve previously instantiated
89 * @param string $name Required. The resource name of the workflow template, as
99 * @opt_param int version Optional. The version of workflow template to
130 * used to track execution of workflow by polling operations.get. The Operation
131 * will complete when entire workflow is finished.The running workflow can be
133 * cancelled and workflow-owned clusters to be deleted.The Operation.metadata
[all …]
DProjectsLocationsWorkflowTemplates.php42 * 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, as
74 * @opt_param int version Optional. The version of workflow template to delete.
86 * Retrieves the latest workflow template.Can retrieve previously instantiated
89 * @param string $name Required. The resource name of the workflow template, as
99 * @opt_param int version Optional. The version of workflow template to
130 * used to track execution of workflow by polling operations.get. The Operation
131 * will complete when entire workflow is finished.The running workflow can be
133 * cancelled and workflow-owned clusters to be deleted.The Operation.metadata
[all …]
/plugin/combo/.github/
H A Dbootstrap.sh9 # 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…
/plugin/workflow/
Dplugin.info.txt1 base workflow
4 name workflow plugin
5 desc Interactive Workflow Wizardry
6 url http://dokuwiki.org/plugin:workflow
DREADME1 workflow Plugin for DokuWiki
3 Interactive Workflow Wizardry
6 http://dokuwiki.org/plugin:workflow
9 lib/plugins/workflow/ - if the folder is called different it
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Eventarc/
DDestination.php33 public $workflow; variable in Google\\Service\\Eventarc\\Destination
80 public function setWorkflow($workflow) argument
82 $this->workflow = $workflow;
89 return $this->workflow;
/plugin/deletepageguard/
H A DRELEASE.md3 …rocess for the Delete Page Guard DokuWiki plugin, including development workflow, testing, version…
7 The plugin uses a professional release workflow with:
24 ## Release Workflow
113 ### 4. Complete Release Workflow argument
115 Use the automated release workflow:
131 Follow the provided git workflow:
207 make release VERSION=x.y.z # Complete release workflow
H A DMakefile20 @echo " release [VERSION=x.y.z] - Complete release workflow"
61 # Complete release workflow
68 @echo "Starting release workflow for version $(VERSION)..."
/plugin/gitbacked/.github/workflows/docs/
H A DHowTo_MANAGE_RELEASES.md12 - 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:
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Workflows/
DListWorkflowsResponse.php31 protected $workflowsType = Workflow::class;
63 * @param Workflow[]
70 * @return Workflow[]
DWorkflow.php20 class Workflow extends \Google\Model class
206 class_alias(Workflow::class, 'Google_Service_Workflows_Workflow');
/plugin/workflow/syntax/
Ddecision.php3 * 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
/plugin/dokullm/doc/
H A Dllm.txt1 ====== 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:
/plugin/gitbacked/.github/workflows/
H A Dbuild_release.yml2 # 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 meet
24 # Allows you to run this workflow manually from the Actions tab
58 echo "Workflow has been triggered manually"
64 echo "Workflow has been triggered by push to ${{ github.ref }}"
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DWorkflowExecutions.php67 'path' => 'v1/{+workflow}:triggerPubsubExecution',
70 'workflow' => [
/plugin/workflow/lang/en/
Dsettings.php3 $lang['WorkflowNamespace'] = 'What namespace should your workflow pages live in?';
/plugin/openlayersmap/.github/workflows/
H A Dissues.yml1 name: 'Issues workflow'
/plugin/asciidocjs/node_modules/has-symbols/
DCHANGELOG.md34 - [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…

1234