FLOW_LoggerStart.DTO_Response
Class
apex
global inherited sharing class FLOW_LoggerStart.DTO_ResponseOutput containing the generated correlation ID.
Since: 1.0
Fields
| Field | Description |
|---|---|
| global String correlationId | Generated 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 correlationIdType: String
Generated correlation ID to pass to subsequent actions
Since: 1.0
Example:
apex
String value = instance.correlationId;