Occurs when initialization of this object fails.
Occurs when initialization succeeds with a response from the REST endpoint. Depending on the API, this response may actually be an error message served as a correct HTTP response.
The display name of the Workflow.
The last error of the Workflow.
The extensions of the Workflow, as defined by an administrator.
The externalActivities of the Workflow.
The ID of the Workflow.
The exception that occurred if the object could not be initialized.
Whether or not the object was successfully initialized.
The properties of the Workflow, as defined by an administrator.
Whether to run the Workflow on startup of the client application.
The URL that this resource was initialized from.
Performs a callback function when this instance has been initialized. If this instance is already initialized when this function is called, the callback function will execute immediately.
The scope to using when executing the callback - i.e. the value of the 'this' variable in the callback function. This parameter may be ommitted in which cased the first parameter will be used as the callback function.
The callback function to execute when this instance has been initialized.
Return an array of ArgumentInfo that represents the inputs that can be populated with values and provided to the startWorkflow method of {@link workflow.WorkflowControllerProxy}.
Return an array of {@link workflow.ArgumentInfo} that represents the metadata about the outputs that will be returned when the workflow has completed. It does not contain actual running values. The real outputs will be provided by the workflowComplete method of any class implementing the {@link workflow.ActivityDispatcher} interface such as the {@link workflow.SimpleActivityDispatcher}.
Initializes the {@link geocortex.essentials.AsyncInitializable}. This is an asynchronous method, you may subscribe to the onInitialized and onInitializationFailed events for completion information.
Represents a GIS workflow reference by a Site.