SubmitObjectForProcessing Method
SubmitObjectForProcessing is called when the user clicks the Process button of the UI to process a transaction in real time. If the application is running in server mode, then it submits a synchronous component request to the specified component (with specified workflow and row id). Otherwise, it directly invokes the workflow to process the object in the same thread.
Input Arguments
Input Arguments are summarized in the following table.
Name | Value | Description |
---|---|---|
Component |
String |
The name of the component to submit the request to. |
ProcessName |
String |
The workflow to invoke. |
RowId |
Row Id |
The Row Id of the Object to Process. |
Output Arguments
None