addToQueue
Adds the current workflow to a specified queue.
Description
vcc.addToQueue(params)
Adds the current workflow to a specified queue.
Parameters
params
(object) An object containing the following properties: queueId
(number): The ID of the queue to add the workflow to.
Return values
none
Example
vcc.addToQueue({queueId: 1});
Comments
Can’t find what you need? Use the comment section below to connect with others, get answers from our experts, or share your ideas with us.
There are no comments yet.