Function: get()
> get(id): ActivityInterface | undefined
Defined in: src/registries/RegisteredActivities.ts:32
Get an activity by its id.
Parameters
id
string
The id of the activity.
Returns
ActivityInterface | undefined
The activity or undefined if not found.