Hi,
Assume I have two human tasks (Task-A and Task-B) and it needs to create an instance of Task-B when an instance of Task-A is completed. This I was able to do.
Now the problem is, I need to start the Task-B instance soon after it creates. So that when I get a list of ongoing tasks, I see this as InProgress.
Is there a way to start the Task-B instance (make it InProgress) as soon as it get created (automatically)?
Thanks