cancel
Showing results for 
Search instead for 
Did you mean: 

Start condition in single step

Former Member
0 Kudos

Hai all..

Can any one say me how to check the start condition for a single step task..?i.e i have a single step task which should be triggered on a event and also with a start condition.the condition should check the value in one of the attributes of the business object.....its possible to give a triggering event and terminating event for a single step task but how to check the condition on trigger...?

will be rewarded if helpful...

Thanks and regards,

jhansi

Accepted Solutions (1)

Accepted Solutions (1)

pokrakam
Active Contributor
0 Kudos

"Hai" is German for "Shark".

There is no difference between single step and multistep tasks as far as start conditions are concerned. Use txn SWB_COND and define your start condition for your task.

Hope that helps,

Mike

Answers (3)

Answers (3)

former_member186746
Active Contributor
0 Kudos

Hi,

I'm not sure what your question is.

In swb_cond, by clicking on the condition you can then also test the condition with the menu under <u>T</u>est you can select to retrieve the test data from a workitem, or fill them in manually by pressing F8 you test if the condition is met or not.

In swo1 you can instantiate a business object to see what the attributes are at runtime

In swue you can create an event and with swu0 you can simulate an event.

Kind regards, Rob Dielemans

Former Member
0 Kudos

HI Jhansi

u can specify start conditions for an particular event by trans SWB_COND

or u can use basic data to create an condition. in these conditions u can check t the value in any of the attributes of the business object . i think so that

There is no difference between single step and multistep tasks

regards

rose

Message was edited by:

Rose

former_member184112
Active Contributor
0 Kudos

HI Jhansi Kiran,

<u><b>Start Conditions</b></u>

Start Conditions specify for a particular event whether or not a

workflow should be started.

Logical Expression that can be based on constants, attributes of

the event objects and system fields.

Transaction: SWB_COND (OR) Menu: Workflow>Development->Definition Tools---> Events ---> Event Linkage -->Start Conditions

Start Conditions are used for triggering events only.

Use

Prevent unnecessary starting of workflows

Sending the event to one of the choice of workflows

NOTE:

When start condition is defined, system adds a predefined Check Function Module SWB_CHECK_FB_START_COND_EVAL for the Event Linkage

Thanks and Regards,

Prabhakar Dharmala