Description - Creates a

Runtime Class - com.ibi.agents.XDPFFileOpsAgent



Parameter Groups

 ParameterTypeDescription
*Directory Name:stringThe directory to create.
* - denotes required
 ParameterTypeDescription
Retry:integerIf non-zero, will retry the operation n times at one-second intervals
* - denotes required
 ParameterTypeDescription
*Out Document:stringDocument returned by operation (bad input defaults to result)

Select from one of the following options:
  • Result {result} - Returns the result of the operation.
  • Status {status} - Returns a status document
  • Original {original} - Returns the document passed in
*Return on Failure:stringWhether input document or status document returned on failure

Select from one of the following options:
  • Input Document {input} - Return status document on error
  • Status Document {status} - Return status document on error
* - denotes required

Output Events

NameDescription
OnFailedOperationCould not perform the operation requested.
OnNotFoundThe resource was not found. This may or may not be a failure.
OnParseErrorCould not parse a document.