cancel
Showing results for 
Search instead for 
Did you mean: 

Getting Error as Step '' transferred to Buffer in SWDD

jagesh_lakdawala
Active Participant
0 Kudos

Hi Experts,

I am in midway of workflow development in SWDD, suddenly I am getting the Buffer related error for whatever changes I am doing in Workflow.

the below screen shot shows the dummy Send Email step I have added and for that also I am getting the same error in Status Bar.

due to this when I run the workflow, it goes into the Error state with the following error.

please help.

Regards,

Jagesh

Accepted Solutions (1)

Accepted Solutions (1)

former_member185167
Active Contributor
0 Kudos

Hello,

"Step xxx transferred to buffer" is not an error. That's why it's coloured green!

Try to find out what the actual error is when you run it. I'd like to help but you've blacked out nearly all of the information (why do people keep doing that?). Try looking at the chronological log.

regards

Rick Bakker

jagesh_lakdawala
Active Participant
0 Kudos

Hi Rick,

this error started to came suddenly when I was trying to add the User decision step, that point onwards I tried to add one Dummy step for SEND MAIL, for Dummy step also same Buffer error is coming, for your reference I am attaching the SWDD design time and runtime Workflow graphical log screen shots

please let me know if you need any further details.

Regards,

Jagesh

Former Member
0 Kudos

Hi,

Its not a buffer error. While editing any steps, always you will receive same kind of success message.

Can you share your user decision step - Decision Tab screen shot?

Also use CTRL + F2 to check any syntax error in the workflow.

Thanks,

Vijay.

Richa_Gupta
Contributor
0 Kudos

Hi Jagesh,

Please make sure the following points :

1. Email ID entered in send mail step is correct.

2. User Decision step has been set as a general task.

Also, please check the step history of both of the steps. This might give you some detailed information.

Richa

former_member185167
Active Contributor
0 Kudos

Hello,

Again: "Step transferred to buffer" is not an error. Ignore it.

The graphical log can be misleading. Look at the step history in the chronological log to see exactly which step got the error and what the error is.

Is the mail being sent? What condition are you testing?

regards

Rick Bakker

jagesh_lakdawala
Active Participant
0 Kudos

Hi Rick,

you are correct, Step Transferred to buffer is not an error, it comes whenever I made the changes to any step and workflow gets activated successfully.

I observed the issue was in Class method (Evenet_raised) which I am using through the Program exit of the User decision step and hence workflow execution gets stopped in between.

I rectified the logical error from class method and now it is working fine for me so closing this thread.

Thanks to Vijay and others also for your time.

Regards,

Jagesh

Answers (2)

Answers (2)

former_member186746
Active Contributor
0 Kudos

Hi,

Error when processing node can occur when a method raises an exception and you haven't modeled that exception in your workflow template.

If that doesn't resolve your issue, use the workflow log to find out the values of the container elements and try to execute the method that your step 55 tries to execute.

Kind regards, Rob Dielemans

Former Member
0 Kudos

Hi Jagesh,

After your workflow related changes, refresh the buffer using SWU_OBUF Transaction.

The error in the log usually occurs with the  'Condition' steps. If you have any "condition' step then compare the condition editor and workflow log.

Thanks,

Vijay.

jagesh_lakdawala
Active Participant
0 Kudos

Hi Vijay,

I have done the same already but no luck.

please help.

Regards,

Jagesh

Former Member
0 Kudos

Hi,

Can you share your third step condition editor screen shot?

Thanks,

Vijay.