Supporting the implementation Flashcards

1
Q

An architect created a campaign workflow that will be running daily using a scheduler, targeting a population and sending an email delivery. On the second day, the delivery is showing an error. Why does this occur?

A

The delivery activity is NOT supporting multiple executions, it needs to be replaced by an automatic delivery

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which objects must be created or modified to control the existence in the database of a value entered in a form?

A

A data schema, a JavaScript, and a form

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Within a workflow, what is the right query to select all the records from the input transition work table in a JavaScript activity?

A

SELECT * FROM vars.tableName

How well did you know this?
1
Not at all
2
3
4
5
Perfectly