cancel
Showing results for 
Search instead for 
Did you mean: 

SWPR issue

Former Member
0 Kudos

Hi Folks,

I have a custom workflow which calls another workflow.

The sub-workflow has errored due to some reason which was rectified later on.

Now i need to restart my entire workflow using SWPR.

I am entering my parent workflow's instance number and after clicking on Restart Workflow button i get the following error.

Unable to start subflow (ID: 000000018287, node:0000000001)

Could somebody tell me if SWPR transaction also holds true for sub-worflow error resolution.

Thanks,

Imran

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

This is now resolved.

The problem was in one custom attribute.

Thanks for all your help.

Former Member
0 Kudos

I think you need to analyse the Workflow Log. Most probably you have to go to the particular task that goes in error and identify which container element value you have to change and then restart the workflow again.

Thanks

Arghadip

surjith_kumar
Active Contributor
0 Kudos

Hi,

Problem in the "node:0000000001" check the Task which you given in that step.

Execute that Task seperately in SWUS and check it.

Regards,

Surjith

Former Member
0 Kudos

Hi,

Test the entire workflow in SWUS and check ,

Some time the parameters may not pass properly from main workflow to sub workflow ,

please check the biding between Main workflow to Sub workflow,

There may be a buffering problem, Please buffer it by using tcode : SWU_OBUF

Former Member
0 Kudos

Hi,

Now i need to restart my entire workflow using SWPR

If you need to restart entire workflowm means you can execute the workflow bygiving instance in

SWUS - Transaction

SWPR - is used to restart the workflow after error

First try to ececute the sub workflow in SWUS and check whether that workflow is working properly

By passing necessary input.

SWUS :

First give the workflow no and fill all the mandatory parameters then execute.

Former Member
0 Kudos

The workflow is running properly in SWUS.