parent
294eff7873
commit
ecf0a423be
|
@ -77,7 +77,7 @@ With SpiffWorkflow, you can easily initiate a new process instance. Here's a ste
|
||||||
|
|
||||||
### Step 1: Sign in and navigate to Home section
|
### Step 1: Sign in and navigate to Home section
|
||||||
|
|
||||||
The first thing you need to do is sign in to your account on SpiffWorkflow. Once you're signed in, you'll see three tabs in the Home section: In progress, Completed, and Start New. If you want to start a new process, click the "Start New +" button. This will bring up "Process Models I can start" section.
|
The first thing you need to do is sign in to your account on SpiffWorkflow. Once you're signed in, you'll see three tabs in the Home section: In progress, Completed, and Start New. If you want to start a new process, click the "Start New +" button. This will bring up "Processes I can start" section.
|
||||||
|
|
||||||
![Untitled](images/Untitled_6.png)
|
![Untitled](images/Untitled_6.png)
|
||||||
|
|
||||||
|
|
|
@ -212,7 +212,7 @@ export default function NavigationBar() {
|
||||||
isCurrentPage={isActivePage('/admin/process-groups')}
|
isCurrentPage={isActivePage('/admin/process-groups')}
|
||||||
data-qa="header-nav-processes"
|
data-qa="header-nav-processes"
|
||||||
>
|
>
|
||||||
Process Models
|
Processes
|
||||||
</HeaderMenuItem>
|
</HeaderMenuItem>
|
||||||
<HeaderMenuItem
|
<HeaderMenuItem
|
||||||
href="/admin/process-instances"
|
href="/admin/process-instances"
|
||||||
|
|
|
@ -3,7 +3,7 @@ import ProcessModelListTiles from '../components/ProcessModelListTiles';
|
||||||
export default function CreateNewInstance() {
|
export default function CreateNewInstance() {
|
||||||
return (
|
return (
|
||||||
<ProcessModelListTiles
|
<ProcessModelListTiles
|
||||||
headerElement={<h2>Process Models I can start</h2>}
|
headerElement={<h2>Processes I can start</h2>}
|
||||||
checkPermissions={false}
|
checkPermissions={false}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue