Difficulties in definition activation Criteria for Journey Tasks
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):
Tagged:
0