How to switch from one activity to other

0
Hi, I am new to mendix, can you please tell me how we can switch upcoming activity to completed if the upcoming is completed.   Thanks, Apurupa
asked
2 answers
0

Hi Apurupa,

                Can you be more elaborate?

answered
0

In a microflow add an “Change object“-activity and set the value of the attribute ‘IsCompleted’ to true. You will also need to commit this change, either by setting the 'commit’ flag or adding a commit-activity later.

answered