cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Workflow - Start Condition Failure

Former Member
0 Likes
2,531

Hi All,

I am trying to put a start condition on a workflow of mine. I just want to check if an order type = PM01 or PM03 and not 0010.

I have my start condition set-up but every time I run it I get this error in my event log:

Operator 'EQ': The value of the left operand cannot be determined


  (  " PM01 or PM03 
     &Maintenance order.Order type& = PM01 
     or    &Maintenance order.Order type& = PM03 
  ) " PM01 or PM03 
  and    &Maintenance order.Plant& u2260 0010 

The funny thing is if I go to SWUE and kick off the even it passes the start condition fine. So therefore I think there is an issue with my container being passed to the start condition.

Is there anyway I can fix this?

Many Thanks For Any Help Provided,

Colm

View Entire Topic
pokrakam
Active Contributor
0 Likes

Hi Gavin,

The object should be populated if you are raising the event in status management, so I would say a start condition is the right way to go. Status management events are raised in the update task which should guarantee that the DB update is complete, just like change documents.

I would look at the BSVW config, or it could even be an OSS issue. What status object type and status are you using? System or user status?

Cheers,

Mike