Type to start searching...

Persist

Properties
caption : string

String identifier for caption display in the UI.

description : string

Step description.

layout : string

GUI layout data.

name : string

Step name.

onError : onErrorType

If an error occurs, "fail" throws the first encountered exception, "collect" throws a compound exception with all the errors and "commit" persists the correct instances and throws a compound exception with all the errors.

Valid values based on“string”.
fail
collect
commit
respond : boolean

True to return the object response message.

Parents
  • Try
  • Sequence - Step within a Join of a Service. e.g. Script, Transform, Try, Branch...
  • Catch
  • Semaphore
  • Loop
  • Case
  • Service
  • Service - Services provide integration service orchestration capabilities. They are essentially workflow for integration.