Skip to main content

getPheromonesAggregatedWithDecay

plugin.job.getPheromonesAggregatedWithDecay(jobId: string): Promise<JobPheromoneAggregatedResponse>

Parameters

ParameterTypeRequiredDescription
jobIdstringYes

Returns

Promise<JobPheromoneAggregatedResponse>

Example

import plugin from '@codebolt/plugin-sdk';

const result = await plugin.job.getPheromonesAggregatedWithDecay('jobId');
console.log(result);