on ‎2010 Jun 10 9:30 PM
Hi All,
I am triggering one standard task(TS) from event 'releasestepcreated' of Purchase Req. The task is a background task. The task is not completing automatically, it is always in 'in process' step. This was happening fine earlier and we refreshed our client and its not heppening now. All the configs in SWU3 is fine. Even I re-execute the task manually its giving me the error 'Work item xxxxxxxxxxxx cannot be executed in status E'.
Can anyone say, why the background task is 'in process' status where as it should complete automatically. You help is much more appreciated.
Thanks,
Padman
Request clarification before answering.
Please check for any dumps in ST22
try restarting the workitem thru SWPR
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Which standard task you are triggering with the event?
Is it part of your workflow or you are triggering a single step task with the help
of the event 'releasestepcreated'?
Regards
Kedar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am not using any standard task, I am using my custom task which gets triggerred through the event.
The code I have written here is mentioned below.
begin_method sendworkitemoutlook changing container.
WAIT UP TO 15 SECONDS.
SUBMIT zstp_wf_send_wi_email USING
SELECTION-SET 'WFTASKS' AND RETURN.
end_method.
Thanks,
Padman
The Task should be a asynchronous step which will get terminated by a terminating event only. Please check whether terminating event gets triggered from SWEL when you user Execute the Task.
Thanks
Arghadip
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 7 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.