An Upload File action is an action type that allows you to upload a file to a service available on .
Why is it useful? The action will receive a file from the frontend and send it to Kafka, and will also attach some metadata.
Multiple options are available for this type of action and can be configured via the FlowX Designer. To configure an Upload File action, use the Actions tab at the task node level, which has the following configuration options:
PT30S
)Data to send option is configurable only when the action trigger type is Manual.
An example of Upload File Action is to send a file to the document plugin. In this case, the configuration will look like this:
Parameters configuration
ai.flowx.in.document.persist.v1
BULK
${application.client.id}
Advanced configuration
{"processInstanceId": ${processInstanceId}, "destinationId": "curentNodeName"}
)An Upload File action is an action type that allows you to upload a file to a service available on .
Why is it useful? The action will receive a file from the frontend and send it to Kafka, and will also attach some metadata.
Multiple options are available for this type of action and can be configured via the FlowX Designer. To configure an Upload File action, use the Actions tab at the task node level, which has the following configuration options:
PT30S
)Data to send option is configurable only when the action trigger type is Manual.
An example of Upload File Action is to send a file to the document plugin. In this case, the configuration will look like this:
Parameters configuration
ai.flowx.in.document.persist.v1
BULK
${application.client.id}
Advanced configuration
{"processInstanceId": ${processInstanceId}, "destinationId": "curentNodeName"}
)