Hello there,
I'm developing a behavior for a custom machine and I need it to create a Task Sequence which an opreator will interact with a flowitem being processed (Take it for a trip, delay and return it).
I started running into problems while using the Task Sequence class (as recommended by the documentation) to generate and dispatch these tasks via DLL, getting the following excpetions:
I've also tried using the deprecated methods, with no results.
What may be causing this behavior? How do I sucessfully create and dispatch Tasks Sequences using the DLL?