Hi Experts,
I have a custom workflow method which invokes another workflow.I don't use EMC's standard Invoke Process method because I have my own custom logic.
The first workflow has 2 packages.
Package 0, Optional
The second workflow also had 1 package.
Package 0, Optional
In my method I call the new workflow and add this package to it.It had been working fine.
Now I have added a second pacgae to second workflow.
The second workflow now has 2 package.
Package 0, Optional
Package 1, Optional
Now when my method calls the second workflow it does not start.The workflow report shows that new workflow instance created but all activities are marked as future.

As long as bot packages are optional the workflow should run but it does not.
Please help me to start the workflow without the second optional package.
Thanks in advance.