Skip to main content

Mule migration

Import mule workflows into quickintegrate by uploading mule XML configuration file.

note
  • Atleast one project should be created
  • Mule workflow name should not be present in the project, otherwise it will fail to create the workflow
  • Connection properties configuration will not be created automatically
  • Nodes which are not mapped completely, node data will be available in flow json tab in functional key

Steps

  1. Select the project from drop down to which mule workflow to be imported
  2. Click on mule button on the top right to upload the mule configuration file
  3. Select the mule configuration file and click upload

If the uploaded file is successfully processed then a new service will be created within the project selected

Mapped components

Mule nodeQuickintegrate nodeFields mapped
flowflow
  • name
  • type (only for rest trigger)
http:listner-configREST_CONFIG
  • ds_name
  • ds_host
  • ds_port
http:request-configREST_CONFIG
  • ds_name
  • ds_host
  • ds_port
http:requestREST
  • alias
  • basepath
  • method
db:configDB_CONFIG
  • ds_name
  • ds_host
  • ds_port
  • ds_username
  • ds_password
  • ds_database
db:selectDB
  • name
  • query
  • queryparams
  • datasource-name
db:insertDB
  • name
  • query
  • queryparams
  • datasource-name
db:updateDB
  • name
  • query
  • queryparams
  • datasource-name
db:deleteDB
  • name
  • query
  • queryparams
  • datasource-name
db:query-singleDB
  • name
  • query
  • queryparams
  • datasource-name
db:bulk-updateDB
  • name
  • query
  • queryparams
  • datasource-name
db:bulk-deleteDB
  • name
  • query
  • queryparams
  • datasource-name
set-variableUTILITY
  • name
  • pipeline
  • varName
remove-variableUTILITY-
loggerUTILITY
  • name
  • logType
error-handlerCUSTOMSERVICE
  • name
tryCUSTOMSERVICE
  • name
scatter-gatherPARALLEL
  • name
  • timeframe
error-handlerCUSTOMSERVICE
  • name
choiceDECISIONBOX
  • name
foreachDECISIONBOX-
choiceSCHEDULER
  • name
  • intialDelay
  • startDelay
s3:create-bucketCUSTOM-
s3:put-objectFILE
  • name
  • filename
  • datasource-name
s3:get-objectFILE
  • name
  • filename
  • datasource-name
s3:delete-objectCUSTOM-
s3:delete-bucketCUSTOM-