G
Guest
Hi,
I'm using UIPAB v 2.0 in a Windows application. Following the UIP
documentation I'm trying to "nest" two tasks. As I need to pass data between
those two tasks, I;m using the OnStartTask method. This is what the
documentation say about nesting tasks, using that method:
"When the Add New Shipping Address process is ready to return, retrieve the
TaskId for the Purchase Product process, which is stored in the current
task's state, and invoke the OnStartTask method, passing the name of the
navigator, the new address, and the original TaskId. If the task state for
the specified task is found, the current view for that task is displayed."
The problem is that the OnStartTask method requires an Itask implementation
as its third argument and not plainly the TaskId. Should I implement the
ITask just for the sake of resuming a suspended task?
Thanks,
Gwenda
I'm using UIPAB v 2.0 in a Windows application. Following the UIP
documentation I'm trying to "nest" two tasks. As I need to pass data between
those two tasks, I;m using the OnStartTask method. This is what the
documentation say about nesting tasks, using that method:
"When the Add New Shipping Address process is ready to return, retrieve the
TaskId for the Purchase Product process, which is stored in the current
task's state, and invoke the OnStartTask method, passing the name of the
navigator, the new address, and the original TaskId. If the task state for
the specified task is found, the current view for that task is displayed."
The problem is that the OnStartTask method requires an Itask implementation
as its third argument and not plainly the TaskId. Should I implement the
ITask just for the sake of resuming a suspended task?
Thanks,
Gwenda