Liking cljdoc? Tell your friends :D

happygapi.workflowexecutions.projects

Workflow Executions API: projects. Execute workflows created with Workflows API. See: https://cloud.google.com/workflowsapi/reference/rest/v1/projects

Workflow Executions API: projects.
Execute workflows created with Workflows API.
See: https://cloud.google.com/workflowsapi/reference/rest/v1/projects
raw docstring

locations-workflows-executions-cancel$clj

(locations-workflows-executions-cancel$ auth parameters body)

https://cloud.google.com/workflowsapi/reference/rest/v1/projects/locations/workflows/executions/cancel

Required parameters: name

Optional parameters: none

Body:

{}

Cancels an execution of the given name.

https://cloud.google.com/workflowsapi/reference/rest/v1/projects/locations/workflows/executions/cancel

Required parameters: name

Optional parameters: none

Body: 

{}

Cancels an execution of the given name.
raw docstring

locations-workflows-executions-create$clj

(locations-workflows-executions-create$ auth parameters body)

https://cloud.google.com/workflowsapi/reference/rest/v1/projects/locations/workflows/executions/create

Required parameters: parent

Optional parameters: none

Body:

{:error {:context string, :payload string, :stackTrace StackTrace}, :startTime string, :workflowRevisionId string, :endTime string, :argument string, :state string, :result string, :name string}

Creates a new execution using the latest revision of the given workflow.

https://cloud.google.com/workflowsapi/reference/rest/v1/projects/locations/workflows/executions/create

Required parameters: parent

Optional parameters: none

Body: 

{:error {:context string, :payload string, :stackTrace StackTrace},
 :startTime string,
 :workflowRevisionId string,
 :endTime string,
 :argument string,
 :state string,
 :result string,
 :name string}

Creates a new execution using the latest revision of the given workflow.
raw docstring

locations-workflows-executions-get$clj

(locations-workflows-executions-get$ auth parameters)

https://cloud.google.com/workflowsapi/reference/rest/v1/projects/locations/workflows/executions/get

Required parameters: name

Optional parameters: view

Returns an execution of the given name.

https://cloud.google.com/workflowsapi/reference/rest/v1/projects/locations/workflows/executions/get

Required parameters: name

Optional parameters: view

Returns an execution of the given name.
raw docstring

locations-workflows-executions-list$clj

(locations-workflows-executions-list$ auth parameters)

https://cloud.google.com/workflowsapi/reference/rest/v1/projects/locations/workflows/executions/list

Required parameters: parent

Optional parameters: pageSize, pageToken, view

Returns a list of executions which belong to the workflow with the given name. The method returns executions of all workflow revisions. Returned executions are ordered by their start time (newest first).

https://cloud.google.com/workflowsapi/reference/rest/v1/projects/locations/workflows/executions/list

Required parameters: parent

Optional parameters: pageSize, pageToken, view

Returns a list of executions which belong to the workflow with the given name. The method returns executions of all workflow revisions. Returned executions are ordered by their start time (newest first).
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close