Class: TaskNotFoundException
Exception raised when no task with the given id or name is found in a workflow.
Extends
Constructors
new TaskNotFoundException()
new TaskNotFoundException(taskId: number): TaskNotFoundException
Parameters
Parameter | Type |
---|---|
|
|
Returns
Overrides
new TaskNotFoundException()
new TaskNotFoundException(taskName: string): TaskNotFoundException
Parameters
Parameter | Type |
---|---|
|
|
Returns
Overrides
IkClientException.constructor
new TaskNotFoundException()
new TaskNotFoundException(taskIdOrName: string | number): TaskNotFoundException
Parameters
Parameter | Type |
---|---|
|
|
Returns
Overrides
IkClientException.constructor
Properties
taskId?
optional taskId: number;
taskName?
optional taskName: string;