initialize Method
Initialize prerequisites of processing, you must initialize with an InitFromExternalSourceAspectsArgs if you
are intending process changes, but prefer using processChanges
Called by all process* functions implicitly.
Overriders must call super.initialize() first
initialize(args?: InitFromExternalSourceAspectsArgs): Promise<void>
| Parameter | Type | Description |
|---|---|---|
| args | InitFromExternalSourceAspectsArgs |
Returns - Promise
Defined in
Last Updated: 31 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.