cancel
Showing results for 
Search instead for 
Did you mean: 

Use of container HANDLING_MANUALLY

Former Member
0 Kudos

Hi Experts,

I want to know the exact significance of the container "HANDLING_MANUALLY"

I found that it is used in one of our workflows .

Also, what is the meaning of the values : ALWAYS / ERROR / WARN_PREV / WARN_AFTER  ?

I have a complex condition in my workflow which I want to understand:

This is the condition:


Regards,

Narsingh

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member185167
Active Contributor
0 Kudos

As for that complex condition, ANDs outweigh ORs so you should read this statement:

A or B and C or D and E or F and G  as:

A or (B and C) or (D and E) or (F and G)

It makes a lot more sense then.

0 Kudos

Hi Narsingh,

Please check the workflow bindings to understand how the variable is getting passed to the Step from the Workflow container.

Once the binding will be clear, you will able to understand, the point wherein the value for the variable is getting set.

Also, you can check the data element for the variables to understand the significance of the Data element and the possible values.

In case the workflow is a standard one, please specify the workflow template and Business Object details to help you on the issue further.

Thanks and Regards,

Vikram

ronen_weisz
Active Contributor
0 Kudos

Those a custom container elements built for your specific workflow not standard one, you need to check in earlier steps of the workflow from where they are getting their values. check "container operation" type steps, bindings - you can use the where used list for container element in the workflow builder.

   

0 Kudos

Hi Ronen,

How did you realize that the step is part of a Custom Workflow?

Thanks and Regards,

Vikram