This operation unzips artifact from packageExport, starts import process for each migration packages package sequentially to target environment, and waits for completion. The packageImport operation can only be used with a FlexDeploy partial deployment project of type Oracle CPQ.
...
Property Name | Property Code | Required | Description |
---|---|---|---|
Oracle CPQ Account | FDCPQ_CLOUD_ACCOUNT_CODE | No* | The Oracle CPQ account with all the required properties like instance URL, Username, and Password. The account will be likely be different for each CPQ environment. |
...
Output Name | Description |
---|---|
Artifacts
This operation consumes a zip file that contains one more zipped migration packages.
Endpoint Selection
This operation will select all available endpoints associated to the environment/instance.
...
*Oracle CPQ Account will be required on either the input or environment instance. If a value is set on both then, the input will take precedence.
Only one packageImport can execute on an environment at a time due to Oracle CPQ restraints. For example, if packageImport operation is executing on Development environment, all other concurrent packageImport operation to Development environment will automatically wait until lock is released.
User does not need to worry about this concurrency issue, but be aware that execution will take more time depending on number of concurrent executions. You can always abort a workflow execution to speed up the process if necessary,