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.
sourceraw 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:

{:startTime string, :workflowRevisionId string, :name string, :endTime string, :state string, :argument string, :result string, :error {:payload string, :stackTrace StackTrace, :context string}, :callLogLevel 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: 

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

Creates a new execution using the latest revision of the given workflow.
sourceraw 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.
sourceraw 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: view, pageToken, pageSize

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: view, pageToken, pageSize

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).
sourceraw docstring

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

× close