Class
/GOOG/CL_WORKFLOWEXECUTIONS_V1
- Inheriting from:
/GOOG/CL_HTTP_CLIENT
- Description:
Workflow Executions API v1
Types
Type | Description | Visibility |
---|---|---|
TY_002 |
Error |
PUBLIC |
TY_003 |
Execution |
PUBLIC |
TY_004 |
ListExecutionsResponse |
PUBLIC |
TY_005 |
Position |
PUBLIC |
TY_006 |
PubsubMessage |
PUBLIC |
TY_007 |
StackTrace |
PUBLIC |
TY_008 |
StackTraceElement |
PUBLIC |
TY_009 |
StateError |
PUBLIC |
TY_010 |
Status |
PUBLIC |
TY_011 |
Step |
PUBLIC |
TY_012 |
TriggerPubsubExecutionRequest |
PUBLIC |
TY_013 |
Callback |
PUBLIC |
TY_014 |
ExportDataResponse |
PUBLIC |
TY_015 |
ListCallbacksResponse |
PUBLIC |
TY_016 |
Exception |
PUBLIC |
TY_017 |
ListStepEntriesResponse |
PUBLIC |
TY_018 |
NavigationInfo |
PUBLIC |
TY_019 |
StepEntry |
PUBLIC |
TY_020 |
StepEntryMetadata |
PUBLIC |
TY_023 |
VariableData |
PUBLIC |
TY_T_003 |
Execution |
PUBLIC |
TY_T_008 |
StackTraceElement |
PUBLIC |
TY_T_011 |
Step |
PUBLIC |
TY_T_013 |
Callback |
PUBLIC |
TY_T_019 |
StepEntry |
PUBLIC |
TY_T_STRING |
Table of Strings |
PUBLIC |
TY_HTTP_BODY |
HTTP Body |
PUBLIC |
TY_EXTENSIONS |
Extensions |
PUBLIC |
TY_T_EXTENSIONS |
Table of Extensions |
PUBLIC |
Constants
Name | Type | Description | Value | Visibility |
---|---|---|---|---|
C_CLOUD_VERSION |
/GOOG/SDK_VERSION |
Lowest Cloud Version | 1.0 | PUBLIC |
C_ON_PREM_VERSION |
/GOOG/SDK_VERSION |
Lowest On-premises Version | 1.5 | PUBLIC |
C_PATH_PREFIX |
STRING |
API Path Prefix | PUBLIC | |
C_REVISION_DATE |
DATUM |
Discovery Document revision Date | 20241204 | PUBLIC |
C_ROOT_URL |
STRING |
API Root URL | https://workflowexecutions.googleapis.com | PUBLIC |
C_SERVICE_NAME |
/GOOG/SERVICE_NAME |
Google Service Name | workflowexecutions:v1 | PUBLIC |
C_SUPPORTED_AUTH |
/GOOG/SUPP_AUTH |
Supported Auth Types | IJIJWW | PUBLIC |
Methods
For general information about a method in ABAP SDK for Google Cloud, see API method.CONSTRUCTOR
- Description: Constructor
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_KEY_NAME |
IMPORTING | /GOOG/KEYNAME |
Google Cloud Key Name |
IV_LOG_OBJ |
IMPORTING | BALOBJ_D |
Application log: Object name (Application code) |
IV_LOG_SUBOBJ |
IMPORTING | BALSUBOBJ |
Application Log: Subobject |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
CANCEL_EXECUTIONS
- Description: projects.locations.workflows.executions.cancel
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID |
IMPORTING | STRING |
projectsId |
IV_P_LOCATIONS_ID |
IMPORTING | STRING |
locationsId |
IV_P_WORKFLOWS_ID |
IMPORTING | STRING |
workflowsId |
IV_P_EXECUTIONS_ID |
IMPORTING | STRING |
executionsId |
IS_INPUT |
IMPORTING | DATA |
Input Data |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_003 |
Execution |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
CREATE_EXECUTIONS
- Description: projects.locations.workflows.executions.create
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID |
IMPORTING | STRING |
projectsId |
IV_P_LOCATIONS_ID |
IMPORTING | STRING |
locationsId |
IV_P_WORKFLOWS_ID |
IMPORTING | STRING |
workflowsId |
IS_INPUT |
IMPORTING | TY_003 |
Execution |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_003 |
Execution |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
DELETE_EXECUTION_HISTORY_EX
- Description: locations.workflows.executions.deleteExecutionHistory
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID |
IMPORTING | STRING |
projectsId |
IV_P_LOCATIONS_ID |
IMPORTING | STRING |
locationsId |
IV_P_WORKFLOWS_ID |
IMPORTING | STRING |
workflowsId |
IV_P_EXECUTIONS_ID |
IMPORTING | STRING |
executionsId |
IS_INPUT |
IMPORTING | DATA |
Input Data |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | DATA |
Output Data |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
EXPORT_DATA_EXECUTIONS
- Description: projects.locations.workflows.executions.exportData
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID |
IMPORTING | STRING |
projectsId |
IV_P_LOCATIONS_ID |
IMPORTING | STRING |
locationsId |
IV_P_WORKFLOWS_ID |
IMPORTING | STRING |
workflowsId |
IV_P_EXECUTIONS_ID |
IMPORTING | STRING |
executionsId |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_014 |
ExportDataResponse |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
GET_EXECUTIONS
- Description: projects.locations.workflows.executions.get
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_VIEW |
IMPORTING | STRING |
view |
IV_P_PROJECTS_ID |
IMPORTING | STRING |
projectsId |
IV_P_LOCATIONS_ID |
IMPORTING | STRING |
locationsId |
IV_P_WORKFLOWS_ID |
IMPORTING | STRING |
workflowsId |
IV_P_EXECUTIONS_ID |
IMPORTING | STRING |
executionsId |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_003 |
Execution |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
GET_STEP_ENTRIES
- Description: projects.locations.workflows.executions.stepEntries.get
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_VIEW |
IMPORTING | STRING |
view |
IV_P_PROJECTS_ID |
IMPORTING | STRING |
projectsId |
IV_P_LOCATIONS_ID |
IMPORTING | STRING |
locationsId |
IV_P_WORKFLOWS_ID |
IMPORTING | STRING |
workflowsId |
IV_P_EXECUTIONS_ID |
IMPORTING | STRING |
executionsId |
IV_P_STEP_ENTRIES_ID |
IMPORTING | STRING |
stepEntriesId |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_019 |
StepEntry |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
LIST_CALLBACKS
- Description: projects.locations.workflows.executions.callbacks.list
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_PAGESIZE |
IMPORTING | STRING |
pageSize |
IV_Q_PAGETOKEN |
IMPORTING | STRING |
pageToken |
IV_P_PROJECTS_ID |
IMPORTING | STRING |
projectsId |
IV_P_LOCATIONS_ID |
IMPORTING | STRING |
locationsId |
IV_P_WORKFLOWS_ID |
IMPORTING | STRING |
workflowsId |
IV_P_EXECUTIONS_ID |
IMPORTING | STRING |
executionsId |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_015 |
ListCallbacksResponse |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
LIST_EXECUTIONS
- Description: projects.locations.workflows.executions.list
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_FILTER |
IMPORTING | STRING |
filter |
IV_Q_ORDERBY |
IMPORTING | STRING |
orderBy |
IV_Q_PAGESIZE |
IMPORTING | STRING |
pageSize |
IV_Q_PAGETOKEN |
IMPORTING | STRING |
pageToken |
IV_Q_VIEW |
IMPORTING | STRING |
view |
IV_P_PROJECTS_ID |
IMPORTING | STRING |
projectsId |
IV_P_LOCATIONS_ID |
IMPORTING | STRING |
locationsId |
IV_P_WORKFLOWS_ID |
IMPORTING | STRING |
workflowsId |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_004 |
ListExecutionsResponse |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
LIST_STEP_ENTRIES
- Description: projects.locations.workflows.executions.stepEntries.list
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_FILTER |
IMPORTING | STRING |
filter |
IV_Q_ORDERBY |
IMPORTING | STRING |
orderBy |
IV_Q_PAGESIZE |
IMPORTING | STRING |
pageSize |
IV_Q_PAGETOKEN |
IMPORTING | STRING |
pageToken |
IV_Q_SKIP |
IMPORTING | STRING |
skip |
IV_Q_VIEW |
IMPORTING | STRING |
view |
IV_P_PROJECTS_ID |
IMPORTING | STRING |
projectsId |
IV_P_LOCATIONS_ID |
IMPORTING | STRING |
locationsId |
IV_P_WORKFLOWS_ID |
IMPORTING | STRING |
workflowsId |
IV_P_EXECUTIONS_ID |
IMPORTING | STRING |
executionsId |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_017 |
ListStepEntriesResponse |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
RESUME_WORKFLOW
- Description: Sends an HTTP callback to resume the corresponding workflow
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_CALLBACK_URL |
IMPORTING | STRING |
callback URL |
IS_INPUT |
IMPORTING | TY_HTTP_BODY |
HTTP Body |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
SEND_HTTP_CALLBACK
- Description: locations.workflows.executions.callbacks.sendHttpCallback
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_CALLBACK_ID |
IMPORTING | STRING |
callbackId |
IV_P_EXECUTION_ID |
IMPORTING | STRING |
executionId |
IV_P_LOCATIONS_ID |
IMPORTING | STRING |
locationId |
IV_P_PROJECTS_ID |
IMPORTING | STRING |
projectId |
IV_P_WORKFLOWS_ID |
IMPORTING | STRING |
workflowId |
IS_INPUT |
IMPORTING | TY_HTTP_BODY |
HTTP Body |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
TRIGGER_PUBSUB_EXECUTION_WO
- Description: projects.locations.workflows.triggerPubsubExecution
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID |
IMPORTING | STRING |
projectsId |
IV_P_LOCATIONS_ID |
IMPORTING | STRING |
locationsId |
IV_P_WORKFLOWS_ID |
IMPORTING | STRING |
workflowsId |
IS_INPUT |
IMPORTING | TY_012 |
TriggerPubsubExecutionRequest |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_003 |
Execution |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
CLOSE
- Description: Close Connection
- Visibility: PUBLIC