Classe /GOOG/CL_WORKFLOWEXECUTIONS_V1

Classe

/GOOG/CL_WORKFLOWEXECUTIONS_V1
  • Héritage de : /GOOG/CL_HTTP_CLIENT
  • Description : Workflow Executions API v1
Pour obtenir des informations générales sur une classe du SDK ABAP pour Google Cloud, consultez la page Bouchon de client API.

Types

Type Description Visibilité
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_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

Constantes

Nom Type Description Valeur Visibilité
C_CLOUD_VERSION /GOOG/SDK_VERSION Version Cloud la plus basse 1.0 PUBLIC
C_ON_PREM_VERSION /GOOG/SDK_VERSION Version sur site la plus basse 1.5 PUBLIC
C_PATH_PREFIX STRING Préfixe de chemin d'API PUBLIC
C_REVISION_DATE DATUM Date de révision du document de découverte 20240220 PUBLIC
C_ROOT_URL STRING URL racine de l'API https://workflowexecutions.googleapis.com PUBLIC
C_SERVICE_NAME /GOOG/SERVICE_NAME Nom du service Google workflowexecutions:v1 PUBLIC
C_SUPPORTED_AUTH /GOOG/SUPP_AUTH Types d'authentification pris en charge IJIJWW PUBLIC

Méthodes

Pour obtenir des informations générales sur une méthode du SDK ABAP pour Google Cloud, consultez la page Méthode API.

CONSTRUCTOR

  • Description : Constructor
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_KEY_NAME IMPORTING /GOOG/KEYNAME Nom de la clé Google Cloud
IV_LOG_OBJ IMPORTING BALOBJ_D Journal d'application : nom de l'objet (code d'application)
IV_LOG_SUBOBJ IMPORTING BALSUBOBJ Journal d'application : sous-objet

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

CANCEL_EXECUTIONS

  • Description : projects.locations.workflows.executions.cancel
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_WORKFLOWS_ID IMPORTING STRING workflowsId
IV_P_EXECUTIONS_ID IMPORTING STRING executionsId
IS_INPUT IMPORTING REF TO DATA Données d'entrée
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_003 Exécution
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

CREATE_EXECUTIONS

  • Description : projects.locations.workflows.executions.create
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_WORKFLOWS_ID IMPORTING STRING workflowsId
IS_INPUT IMPORTING TY_003 Exécution
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_003 Exécution
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

EXPORT_DATA_EXECUTIONS

  • Description : projects.locations.workflows.executions.exportData
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_WORKFLOWS_ID IMPORTING STRING workflowsId
IV_P_EXECUTIONS_ID IMPORTING STRING executionsId
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_014 ExportDataResponse
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

GET_EXECUTIONS

  • Description : projects.locations.workflows.executions.get
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_VIEW IMPORTING STRING vue
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_WORKFLOWS_ID IMPORTING STRING workflowsId
IV_P_EXECUTIONS_ID IMPORTING STRING executionsId
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_003 Exécution
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

GET_STEP_ENTRIES

  • Description : projects.locations.workflows.executions.stepEntries.get
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_WORKFLOWS_ID IMPORTING STRING workflowsId
IV_P_EXECUTIONS_ID IMPORTING STRING executionsId
IV_P_STEP_ENTRIES_ID IMPORTING STRING stepEntriesId
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_019 StepEntry
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

LIST_CALLBACKS

  • Description : projects.locations.workflows.executions.callbacks.list
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie 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 Emplacements.ID
IV_P_WORKFLOWS_ID IMPORTING STRING workflowsId
IV_P_EXECUTIONS_ID IMPORTING STRING executionsId
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_015 ListCallbacksResponse
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

LIST_EXECUTIONS

  • Description : projects.locations.workflows.executions.list
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie 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 vue
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_WORKFLOWS_ID IMPORTING STRING workflowsId
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_004 ListExecutionsResponse
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

LIST_STEP_ENTRIES

  • Description : projects.locations.workflows.executions.stepEntries.list
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie 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 ignorer
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_WORKFLOWS_ID IMPORTING STRING workflowsId
IV_P_EXECUTIONS_ID IMPORTING STRING executionsId
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_017 ListStepEntriesResponse
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

TRIGGER_PUBSUB_EXECUTION_WO

  • Description : projects.locations.workflows.triggerPubsubExecution
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_WORKFLOWS_ID IMPORTING STRING workflowsId
IS_INPUT IMPORTING TY_012 TriggerPubsubExecutionRequest
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_003 Exécution
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

FERMER

  • Description : Fermer la connexion
  • Visibilité : PUBLIQUE