Error 40148
Product: TaskRouter
ERROR - 40148
Failed to issue Supervise instruction due to missing ‘from’ property
A valid from
parameter was not passed to the ‘supervise’ instruction
Possible Causes
- The
from
property is missing in the Task’s attributes. - The
from
property in the Task’s attributes is invalid.
Possible Solutions
- Ensure that a valid
from
property is provided in the Task’s attributes.