Class: MultipleTaskFoundException
Exception raised when more than one task with the same name is found in a workflow.
Extends
Constructors
new MultipleTaskFoundException()
new MultipleTaskFoundException(taskName: string, matchingTaskIds: number[]): MultipleTaskFoundException
Parameters
Parameter | Type |
---|---|
|
|
|
|
Returns
Overrides
Properties
matchingTaskIds
matchingTaskIds: number[];
taskName
taskName: string;