Skip to main content

getPheromonesWithDecay

plugin.job.getPheromonesWithDecay(jobId: string): Promise<JobPheromoneListResponse>

Parameters

ParameterTypeRequiredDescription
jobIdstringYes

Returns

Promise<JobPheromoneListResponse>

Example

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

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