Continue Block

Use the Continue Block to stop processing a Map or a Loop, skip any remaining Blocks in the Map or Loop, and resume processing at the top of the Map or Loop. Continue Blocks can be used with a Loop, a Fetch, or a For Each Child Loop, or within a Map.

Block Properties — General Tab

From the General tab, you can change the Block Label and add a description. In addition, select Continue to and error handling options.

Set Continue To Processing

From the Continue to drop-down box, select where in the Map you want to resume processing. The choices depend on where the Continue Block is within a Map, as follows:

Note: Within a Loop Block, Continue does not automatically move to the next record.

Note: When you select the Continue to element, the Block Label defaults to show the label of the Block that TIBCO Scribe® Online calls next; that is, the For Each Result, For Each Child, or Loop Block.

Block Properties — Error Handling Tab

Use the Error Handling options to enable or disable processing this record when a Block operation encounters a problem. For the Continue Block, errors can be logged when an operation fails.

Note: Error handling is disabled when either Next Child Record or Next Loop options are selected on the General tab. Error handling specifically applies to the original source records.

See Block Properties Error Handling Tab for additional information.

Block Properties — Errors And Warnings Tab

If there are any errors or warnings for this Block, the Errors and Warnings tab displays the number of errors or warnings in the tab name. See Block And Map Errors And Warnings.

Once you have corrected the errors, select the Validate button to update the Errors and Warnings tab.

Related Topics

Control Blocks

For Each Child Block

Loop Block

Loop Exit Block