is the timeout element set for that external task?
iwgetwfobj job_id
No, timeout element is not used at all.I have attached the details of the external task (copy/paste from WFT file).
Can you post the code for the externaltask scriptthe complete WFTIt's possible that this is more of a logic-issue than a product-issue, but it's difficult to say without seeing more of the context.If you can simplify either/both and still replicate the problem - please post the simplified versions rather than the full versions (better all around that way).
The external script is pretty simple (if you don't analyze the debug/troubleshoot code). I have attached the externaltask script and complete WFT.In addition, to reply back to chandraiw suggestion, attached is the outcome of this command:iwgetwfobj 6766
might be a bug, but you've got 'start' attribute set to 'true' for more than one task
bingo.That's it. I cleared this attribute for "Start MetaTagger" task and at finally I see the callback mechanism working. Since all callbacks are commented out, the task is in expected state (active).thanks a lot ...