6.2 Working with Workflows
View workflow instances in the workflow console. Use the workflow details page to act on specific workflow instances.
Your ability to perform operations on workflows depends on the role you have in the workflow, the state the workflow is in, and the way the specific application is configured.
In general, accessing the Workflow Console page gives you a list of all the workflows you can participate in. Clicking on a specific workflow to get the Workflow Details page gives you a list of actions you can take with that workflow. If a Workflow Dashboard page is configured for your application, the dashboard contains analytics for the workflow. For more on these pages, see About the Workflow Console, Workflow Details, and Workflow Dashboard.
If a developer updates your application, any running workflow instances automatically become Suspended, and must be resumed or terminated by a workflow administrator.
- Suspending a Workflow
Suspend a workflow by clicking Suspend on the workflow details page. - Resuming a Workflow
Resume a workflow by clicking Resume on the workflow details page. - Terminating a Workflow
Cancel a workflow by clicking Terminate on the workflow details page. - Retrying a Workflow
Retry a workflow by clicking Retry on the workflow details page. - Updating Workflow Variables
Update workflow variables with the Edit link in the workflow details page. - Viewing the Workflow Diagram
View a visual representation of the workflow instance in the workflow details page. - Viewing the Workflow Audit History
View the audit history of a workflow by expanding the History section in the workflow details page. - Viewing the Activity Audit History
View the audit history of a workflow activity by clicking on the activity in the workflow details page.
Parent topic: Using Workflows
6.2.1 Suspending a Workflow
Suspend a workflow by clicking Suspend on the workflow details page.
- Open the application.
- Open the appropriate Workflow Console. The name of the page varies depending on the application, but the report context is Admin Workflows.
- Locate the workflow you want to suspend, and click on the workflow name to open the workflow details page.
- Click Suspend to suspend the workflow.
Parent topic: Working with Workflows
6.2.2 Resuming a Workflow
Resume a workflow by clicking Resume on the workflow details page.
- Open the application.
- Open the appropriate Workflow Console. The name of the page varies depending on the application, but the report context is Admin Workflows.
- Locate the workflow you want to resume, and click on the workflow name to open the workflow details page.
- Click Resume to resume the workflow.
Tip:
For more information on developer options for enhancing the Resume functionality, see Resuming Suspended Workflows in Oracle APEX App Builder User’s Guide.Parent topic: Working with Workflows
6.2.3 Terminating a Workflow
Cancel a workflow by clicking Terminate on the workflow details page.
Parent topic: Working with Workflows
6.2.4 Retrying a Workflow
Retry a workflow by clicking Retry on the workflow details page.
- Open the application.
- Open the appropriate Workflow Console. The name of the page varies depending on the application, but depending on your role, the report context could be My Workflows or Admin Workflows.
- Locate the workflow you want to retry, and click on the workflow name to open the workflow details page.
- Click Retry to retry the workflow.
Tip:
If the faulted workflow was invoked from a parent workflow, the behavior defined in the parent workflow determines the retry point. The invoked workflow may be terminated and started again from the beginning, or the invoked workflow may be retried from the faulted activity.Parent topic: Working with Workflows
6.2.5 Updating Workflow Variables
Update workflow variables with the Edit link in the workflow details page.
Note:
If the workflow variable is aCLOB
datatype and the value exceeds the VARCHAR2
limit, use the apex_workflow.update_variables()
API instead of the details page.
Parent topic: Working with Workflows
6.2.6 Viewing the Workflow Diagram
View a visual representation of the workflow instance in the workflow details page.
Parent topic: Working with Workflows
6.2.7 Viewing the Workflow Audit History
View the audit history of a workflow by expanding the History section in the workflow details page.
- Open the application.
- Open the appropriate Workflow Console. The name of the page varies depending on the application, but depending on your role, the report context could be Initiated by Me, My Workflows or Admin Workflows.
- Locate the workflow and click on the workflow name to open the workflow details page.
- Click the dropdown arrow on History to open the history section.
Parent topic: Working with Workflows
6.2.8 Viewing the Activity Audit History
View the audit history of a workflow activity by clicking on the activity in the workflow details page.
Parent topic: Working with Workflows