abort |
WorkflowJob.abort( message ) |
Aborts execution of the current form, integration service or workflow node
and rolls back the current transaction. |
getAbortMessage |
WorkflowJob.getAbortMessage( ) |
Returns the abort message after a failure has occurred. |
getFields |
WorkflowJob.getFields( ) |
Returns the Fields object that gives access to all fields available to the form. |
getLanguage |
WorkflowJob.getLanguage( ) |
Returns the language code for the user session. |
setLanguage |
WorkflowJob.setLanguage( language ) |
Sets the language code for the user session. |
getResources |
WorkflowJob.getResources( ) |
Returns the Resources object that gives access to all resources available to the form. |
getTables |
WorkflowJob.getTables( ) |
Returns the Tables object that gives access to all tables available to the form. |
getTexts |
WorkflowJob.getTexts( ) |
Returns the Texts object that gives access to all texts available to the form. |
getTimezone |
WorkflowJob.getTimezone( ) |
Returns the time zone used for the form. |
setTimezone |
WorkflowJob.setTimezone( timezone ) |
Sets the time zone for the current form, service or workflow process. |
WorkflowJob
interface represents a running workflow job. This is the root object for a workflow job and provides access to elements defined within the related workflow process: process attributes, tables and resources.