Appendix B - Event Properties and Usage

  • event

    Type: integer/string

    Value:

    • AutoSys Event Types

      101(CHANGE_STATUS), 107(STARTJOB), 108(FORCE_STARTJOB), 110(JOB_ON_ICE), 111(JOB_OFF_ICE), 112(JOB_ON_HOLD), 113(JOB_OFF_HOLD), 125(SET_GLOBAL), 130(MACH_OFFLINE), 131(MACH_ONLINE), 145(JOB_ON_NOEXEC), 146(JOB_OFF_NOEXEC), 147(BYPASS)

    • IWS Status

      C,H,W,B,R,S,O,E,U,X,Z

  • status

    Type: integer/string

    Value:

    • AutoSys Status Types

    • 0(BYPASS), 1(RUNNING), 3(STARTING), 4(SUCCESS), 5(FAILURE), 6(TERMINATED), 7(ON_ICE), 8(INACTIVE), 9(ACTIVATED), 10(RESTART), 11(ON_HOLD), 12(QUE_WAIT), 13(WAIT_REPLY), 16(ON_NOEXEC)

    • IWS Internal Status

      A-Z,1,2,3

  • jobName

    Type: string

    Value: Name of job that this event is for

  • machineName

    Type: string

    Value: Name of machine run is on

  • runNum

    Type: integer/string

    Value:

    • AutoSys: Unique identifier for the run this event belongs to

    • IWS: instance Id

  • jobId

    Type: integer/string

    Value: Id of job belonging to event

  • eventId

    Type: string

    Value:

    • AutoSys: Unique identifier for this event

    • IWS: parent instance id

  • exitcode

    Type: integer

    Value: Exit code of this event if one exists

  • ntry

    Type: integer

    Value: Number of times this runNum has been attempted

    AutoSys: ntry of zero indicates a manual status change or force start event

  • online

    Type: string

    Value: O = online, everything else is offline

  • fence

    Type: integer

    Value: Fence setting

  • limit

    Type: integer

    Value: Limit setting

  • available

    Type: integer

    Value: Units available

  • defined

    Type: integer

    Value: Units defined

  • resourceName

    Type: string

    Value: Name of resource for a resource type event

  • resourceType

    Type: string

    Value: Type of resource. I.e. machine

  • aliasName

    Type: string

    Value: Alias name of the job this event is for

  • adhoc

    Type: boolean

    Value: True if this event is for an ad-hoc job submission

  • parentNtry

    Type: integer

    Value: The ntry of a parent jobrun(IWS)

  • entryMode

    Type: string

    Value:

    • "rerun" - only rerun the specified job;

    • "rerunsucc" - only rerun the successors in the same job stream;

    • "rerunsuccall" - rerun all successors.