Taking a look at our workflow view.

Welcome back, in this section we are going to take a look at the new workflow view. You should be on the runtime of your app, otherwise, you can open it through the developer portal. Let’s take a look at what we have done.

Task board

This is how it should look in the new workflow view. With a few configurations, we have built an awesome app. Try it out, and check that the actions and transitions are working as expected.

Card actions

To execute actions you can click the button on the tight-top of the card, in this case only the action Archive is available as we configured it. Also, you should be able to execute other actions by moving the card through the different columns.

Card modal

To create new tasks click on the button Create and a pop-up will open.

Moving card

You can move the cards through the different columns. Keep in mind that only the movements that we configured are going to be allowed. So in our app moving a card from the column To do to the column Done, should not be possible.

Moving card

Finally, you can also rank tasks (move them up and down). Pretty awesome right? I think our app is starting to look amazing. In the next section, we are going to create different roles for the users of our app and assign them permissions. See you in the next section Groups and permissions.

Back to top