forecastElement element

Type: forecastElementInfo
Namespace: (default namespace)
XML Schema: ns0.xsd

Contains information on when a flow chart is expected to fire.

Example XML

<?xml version="1.0" encoding="UTF-8"?> <forecastElement> <flowChartName>...</flowChartName> <timerTriggerName>...</timerTriggerName> <predictedFiringDate>...</predictedFiringDate> <predictedFiringDateFormatted>...</predictedFiringDateFormatted> <endDate>...</endDate> <endDateFormatted>...</endDateFormatted> <remainingCount>...</remainingCount> <timeExpression>...</timeExpression> <originalScheduledDate>...</originalScheduledDate> </forecastElement>

Example JSON

{ "flowChartName" : "...", "timerTriggerName" : "...", "predictedFiringDate" : "...", "predictedFiringDateFormatted" : "...", "endDate" : "...", "endDateFormatted" : "...", "remainingCount" : ..., "timeExpression" : "...", "originalScheduledDate" : "..." }