action element

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

Example XML

<?xml version="1.0" encoding="UTF-8"?> <action> <deadline>...</deadline> <actionType>...</actionType> <elapsedRuntimeFormatted>...</elapsedRuntimeFormatted> <averageRuntimeFormatted>...</averageRuntimeFormatted> <startOfRunFormatted>...</startOfRunFormatted> <name>...</name> <fileTransferInfo> <sourceHost>...</sourceHost> <percentageCompleted>...</percentageCompleted> <absoluteFilename>...</absoluteFilename> <totalBytes>...</totalBytes> <targetProtocol>...</targetProtocol> <startTime>...</startTime> <destinationHost>...</destinationHost> <elapsedTimeFormatted>...</elapsedTimeFormatted> <bytesPerSecondFormatted>...</bytesPerSecondFormatted> <remainingTimeFormatted>...</remainingTimeFormatted> <transferredBytes>...</transferredBytes> <totalBytesFormatted>...</totalBytesFormatted> <kilobytesPerSecond>...</kilobytesPerSecond> <filename>...</filename> <transferredBytesFormatted>...</transferredBytesFormatted> <sourceProtocol>...</sourceProtocol> </fileTransferInfo> <flowChartCreationFormatted>...</flowChartCreationFormatted> <averageRuntime>...</averageRuntime> <estimatedRemainingRuntimeFormatted>...</estimatedRemainingRuntimeFormatted> <engine>...</engine> <statusMessage>...</statusMessage> <id>...</id> <subState>...</subState> <description>...</description> <effectivePriority>...</effectivePriority> <flowContextCount>...</flowContextCount> <deadlineFormatted>...</deadlineFormatted> <skippable>...</skippable> <status>...</status> <errorResult> <throwingAction>...</throwingAction> <clazz>...</clazz> <message>...</message> <stackTrace>...</stackTrace> </errorResult> <executionTime>...</executionTime> <withinDeadlineWindow>...</withinDeadlineWindow> <runtimeProgress>...</runtimeProgress> <deadlineExceeded>...</deadlineExceeded> <message>...</message> <superState>...</superState> <flowChartCreation>...</flowChartCreation> <namespace>...</namespace> <executionTimeFormatted>...</executionTimeFormatted> </action>

Example JSON

{ "deadline" : "...", "actionType" : "...", "elapsedRuntimeFormatted" : "...", "averageRuntimeFormatted" : "...", "startOfRunFormatted" : "...", "name" : "...", "fileTransferInfo" : { "sourceHost" : "...", "percentageCompleted" : ..., "absoluteFilename" : "...", "totalBytes" : ..., "targetProtocol" : "...", "startTime" : ..., "destinationHost" : "...", "elapsedTimeFormatted" : "...", "bytesPerSecondFormatted" : "...", "remainingTimeFormatted" : "...", "transferredBytes" : ..., "totalBytesFormatted" : "...", "kilobytesPerSecond" : ..., "filename" : "...", "transferredBytesFormatted" : "...", "sourceProtocol" : "..." }, "flowChartCreationFormatted" : "...", "averageRuntime" : ..., "estimatedRemainingRuntimeFormatted" : "...", "engine" : "...", "statusMessage" : "...", "id" : ..., "subState" : "...", "description" : "...", "effectivePriority" : ..., "flowContextCount" : ..., "deadlineFormatted" : "...", "skippable" : false, "status" : "...", "errorResult" : { "throwingAction" : "...", "clazz" : "...", "message" : "...", "stackTrace" : "..." }, "executionTime" : ..., "withinDeadlineWindow" : false, "runtimeProgress" : ..., "deadlineExceeded" : false, "message" : "...", "superState" : "...", "flowChartCreation" : ..., "namespace" : "...", "executionTimeFormatted" : "..." }