Sub-Pipeline : DoInventory
Review the DoInventory sub-pipeline when scheduling inventory imports.
- Decision Node :
ErrorCount == null
- If
true
, continue - If
false
, return error
- If
- Pipelet Script (bc_api). Call
GetImpExProcessingPath.ds
. This script retrieves the import processing path. - Continue after calling node.
Variable | Type | |
---|---|---|
@input TaskDirectoryName
|
String
|
Task directory name |
@input SiteID
|
String
|
Site ID |
@input FileName
|
String
|
File name |
@input ImpexRoot
|
Boolean
|
Root directory is IMPEX (default: false) |
@input FileExtension
|
String
|
Processing File Extension (.processing) |
@input sampleLogger
|
Object
|
Sample Logger |
@output
ImpExProcessing
|
dw.io.File
|
Import/Export processing file |
@output ImpExProcessingPath
|
String
|
Import/Export processing file path |
@output SampleLogger
|
Object
|
Debug output for Sample logger |
@output SampleError
|
Object
|
Error output for Sample logger |