Skip to main content
DialNexa workflow Time nodes hold a lead until a future time, then move it to the next node. A Time node can wait for a fixed duration, such as 30 minutes or 2 days, or it can read a time from a post-call analysis field and schedule the closest future matching time.
Use post-call analysis time fields when the caller chooses the follow-up time during the call.

Time Node Config

Time nodes support two timing sources.
FieldMeaning
Time sourceFixed duration or post-call analysis.
Duration valueNumber of units to wait when using fixed duration.
Duration unitminutes, hours, or days when using fixed duration.
PCA fieldPost-call analysis field to read when using post-call analysis time.
OutputNext node after the time hold expires.
Time holdExecution record used to resume the lead later.

Post-Call Analysis Time Fields

When time_source is postcall_analysis, the Time node reads pca_field or postcall_analysis_field from the most recent call log for the workflow lead. Field names can be written as the raw field name or with a postcall_analysis. prefix. DialNexa schedules PCA times in the most specific timezone it can determine. It first checks timezone data stored with the call, then the agent timezone, then the phone number country timezone. If none of those are available, it falls back to the server’s current timezone. The parser accepts common spoken time formats:
Caller or field valueHow DialNexa schedules it
3 PMThe next future 3 PM. If 3 PM already passed today, tomorrow at 3 PM.
Tuesday 10:30 AMThe next future Tuesday at 10:30 AM.
next Tuesday 10:30 AMThe next Tuesday after the current week when the named weekday is today.
evening 7The next future 7 PM.
9 o'clockThe next future 9:00 or 21:00, whichever comes first.
tomorrow 4 PMTomorrow at 4 PM in the resolved business timezone.
2026-06-05 16:30The explicit date and time.
June 5, 2026 4:30 PMThe explicit date and time, including comma-style month names.
05/06/2026 16:30Slash dates are parsed as day/month/year unless the values clearly require month/day/year.
If the field is empty or cannot be parsed, the workflow throws a configuration error for that Time node. Test this path with real post-call analysis output before using it for production follow-ups.

When To Use Time Nodes

Waiting is useful when timing changes outcomes.

Retry spacing

Wait before a second call attempt in a custom workflow.

Follow-up sequence

Send a message or call later after a completed conversation.

Caller-selected callback

Use a post-call analysis field such as callback_time to wait until the next requested callback time.

Business-hour routing

Design waits that align with team availability.

Time Node Mistakes

The lead has nowhere to go after waiting.
A follow-up may feel like duplicate contact.
The lead may forget the previous conversation.
Paused workflows affect active lead execution. Check workflow status.

Workflow Statuses

Understand pause and resume.

Lead History

See when a lead entered and exited nodes.

Application Nodes

Follow waits with messages or actions.