Skip to content

FLOW_LoggerStart.DTO_Response

Class

apex
global inherited sharing class FLOW_LoggerStart.DTO_Response

Output containing the generated correlation ID.

Since: 1.0


Fields

FieldDescription
global String correlationIdGenerated correlation ID to pass to subsequent actions

Field Details

correlationId

apex
@InvocableVariable(description='Generated correlation ID to pass to subsequent actions' label='Correlation ID') global String correlationId

Type: String

Generated correlation ID to pass to subsequent actions

Since: 1.0

Example:

apex
String value = instance.correlationId;