Skip to content

/AWS1/CL_TEXHUMANLOOPCONFIG

Sets up the human review workflow the document will be sent to if one of the conditions is met. You can also set certain attributes of the image before review.

CONSTRUCTOR

IMPORTING

Required arguments:

IV_HUMANLOOPNAME TYPE /AWS1/TEXHUMANLOOPNAME /AWS1/TEXHUMANLOOPNAME

The name of the human workflow used for this image. This should be kept unique within a region.

IV_FLOWDEFINITIONARN TYPE /AWS1/TEXFLOWDEFINITIONARN /AWS1/TEXFLOWDEFINITIONARN

The Amazon Resource Name (ARN) of the flow definition.

Optional arguments:

IO_DATAATTRIBUTES TYPE REF TO /AWS1/CL_TEXHUMANLOOPDATAATTRS /AWS1/CL_TEXHUMANLOOPDATAATTRS

Sets attributes of the input data.


Queryable Attributes

HumanLoopName

The name of the human workflow used for this image. This should be kept unique within a region.

Accessible with the following methods

Method Description
GET_HUMANLOOPNAME() Getter for HUMANLOOPNAME, with configurable default
ASK_HUMANLOOPNAME() Getter for HUMANLOOPNAME w/ exceptions if field has no value
HAS_HUMANLOOPNAME() Determine if HUMANLOOPNAME has a value

FlowDefinitionArn

The Amazon Resource Name (ARN) of the flow definition.

Accessible with the following methods

Method Description
GET_FLOWDEFINITIONARN() Getter for FLOWDEFINITIONARN, with configurable default
ASK_FLOWDEFINITIONARN() Getter for FLOWDEFINITIONARN w/ exceptions if field has no v
HAS_FLOWDEFINITIONARN() Determine if FLOWDEFINITIONARN has a value

DataAttributes

Sets attributes of the input data.

Accessible with the following methods

Method Description
GET_DATAATTRIBUTES() Getter for DATAATTRIBUTES