cancel
Showing results for 
Search instead for 
Did you mean: 

WS20000050 - Custom rule in step 372 - Error during execution

Former Member
0 Kudos
98

I have attached a custom rule in Step 372 of workflow WS20000050

WS20000050 works fine with standard rule (168)

Custom rule is tested and simulated and it returns the Person 'P' and User 'US'

WS20000050 genarates fine with no errors (4 information only)

Errors after execution in SWIA is


Error when processing node '0000000372' (ParForEach index 000000)
Error when creating a component of type 'Step'
Error when creating a work item
Agent determination for step '0000000372' failed
Error in resolution of rule 'AC92000002' for step '0000000372'
Element OBJID is not available in the container

next node in error


Work item 000000426198: Object FLOWITEM method EXECUTE cannot be executed
Error when processing node '0000000372' (ParForEach index 000000)

I tried to delete OBJID from the binding for the rule but the same error repeats

Any help is appreciated

View Entire Topic
bpawanchand
Active Contributor
0 Kudos
Element OBJID is not available in the container

Make proper binding from workflow to rule, the value OBJID is not reaching the rule conatiner.

Error in resolution of rule 'AC92000002' for step '0000000372'

Rule is not returning any agent chek that?

Former Member
0 Kudos

there is no syntax error between the workflow and rule

When i simulate the rule in TCode PFAC, i am able to get my agents.

I am getting errors during execution only.

Please guide

bpawanchand
Active Contributor
0 Kudos

That's what I want to say when you are executing the rule from PFAC txn then you are passing all the values correctly , but when you are executing the workflow you might not be passing the values that are required ,

Check the log and make sure that you are passing all the values from the workflow, pass all the necessary values