Kafka Application - File Polling event
Development server
This kafka topic is used to invoke the workflow after receiving a file.
Workflow creation event
Accepts the following message:
Data for invoking workflow
Additional properties are allowed.
{ "fileRefId": "string", "fileOriginalName": "string", "fileModifiedName": "string", "createdDate": "string", "fileSize": "string", "statusCode": "string", "channelType": "string", "kafkaCommonExceptionDTO": { "noOfAttempts": 0, "exeption": "string" } }