Kafka Application - File Polling event 1.0.0

Kafka Application - File Polling event

Servers

whf00pfl.in.oracle.com:9092 kafka

Development server

Operations

Sub FilePollingData

This kafka topic is used to invoke the workflow after receiving a file.

Workflow creation event

Accepts the following message:

Workflow message Workflow message

Data for invoking workflow

Data for invoking workflow

Payload FilePollingDataPayload
object
fileRefId
string
fileOriginalName
string
fileModifiedName
string
createdDate
string
fileSize
string
statusCode
string
channelType
string
kafkaCommonExceptionDTO kafkaCommonExceptionDTO
object
noOfAttempts
integer
exeption
string

Additional properties are allowed.

Additional properties are allowed.

Examples

Workflow message
Payload
{ "fileRefId": "string", "fileOriginalName": "string", "fileModifiedName": "string", "createdDate": "string", "fileSize": "string", "statusCode": "string", "channelType": "string", "kafkaCommonExceptionDTO": { "noOfAttempts": 0, "exeption": "string" } }
This example has been generated automatically.

Messages

#1 Workflow message Workflow message

Data for invoking workflow

Payload FilePollingDataPayload
object
fileRefId
string
fileOriginalName
string
fileModifiedName
string
createdDate
string
fileSize
string
statusCode
string
channelType
string
kafkaCommonExceptionDTO kafkaCommonExceptionDTO
object
noOfAttempts
integer
exeption
string

Additional properties are allowed.

Additional properties are allowed.