You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Difficulties in definition activation Criteria for Journey Tasks

Received Response
22
Views
4
Comments

Summary:


Content (please ensure you mask any confidential information):

I'm trying to set up activation Criteria.

I set up a journey with 2 task

task 1

task 2 deine as

The elegabilty prfile in task 2 define with fast formula that look like this

INPUTS ARE STATUS(text)

DEFAULT FOR L_STATUS IS 'REJ'

L_STATUS = STATUS

ELIGIBLE = 'N'

IF L_STATUS = 'COM' THEN

(

ELIGIBLE = 'Y'

)

ELSE

(

ELIGIBLE = 'N'

)

RETURN ELIGIBLE


But even if I complete task 1 and press done - task 2 doesn't start

Anyone has an idea?


Version (include the version you are using, if applicable):

23C

Code Snippet (add any code snippets that support your topic, if applicable):

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!