How to login as human labeler on GCP Vertex AI - google-cloud-vertex-ai

I set up a Labeling Task in Vertex-AI, and assigned a team.
The manager of that team received an email to manage the https://datacompute.google.com/ console.
None of the human labelers received such an email.
What do they have to do to start labeling? Is there a console for them?
Any advice would be amazing!
Thanks!

When you create a new labeling task in the Vertex AI Web UI, the "Customize labelers" step says, "Group managers are responsible for adding and managing labelers and tasks through the DataCompute Console."
I haven't tried it myself, but my guess is that the Group manager will be able to manage the labelers and tasks through the DataCompute Console, and then the labelers will be able to sign into the Datacompute Console to perform the labeling tasks assigned to them by the Group manager.

Related

Cloud flow activity monitor empty - Power Automate

I am attempting to monitor my Power Automate cloud flows, using the build-in Monitor.
So when I go to make.powerautomate.com and sign in, go to Monitor in the left pane and the click Cloud flow activity, all I see is this screen below.
I then used Create from blank to create a new and very simple flow. And the ran it.
Now I would expect something to show up under All Activity. But the image remains unchanged.
Does anyone know what i am missing?
(yes I have refreshed the page)
I also have many flow already existing on this environment in solutions. And as you can see they do not show up here either.

How to use While activity and Replicator Activity on Shareponit Workflows

I have developed a document approval workflow which I needed to use the Replicator Activity to solve the need for many people who can elaborate, review and Approve a document.
The workflow is performed on a sequence model as the state machine will not let me use the Replicator Activity.
For an idea of ​​the workflow I follow this example.
The problem is that I can't restart the workflow if someone rejects the document.
I was doing some tests using the While Activity to solve the problem but tasks are empty (Asigando to: is empty, title: is empty) for some issue generates error to the Replicator Activity.
Is there a known solution to this problem? or that otherwise could make the restart of my workflow.
You need to create an additional custom activity and put the contents of the replicator in the activity and add the activity to the replicator. When you are putting tasks directly in the replicator activity, they won't work somehow because they are having same tokens.
Also make sure you give different tasks different ids and tokens.
Thanks Paiman,
I appreciate your help.
I comment you that to provide a solution to my problem, I use the workflow of state machines and discard the initial idea of using Replicator Activity.
For the problem of assigning more than one task in the same state, ie if there is more than one user for the same state that it is for example the "revision of the document". for the first user after complete review task sends flow to the next state would be "document approval" before create a task to approval wonder if there is more than one user to the "state review" and if is true workflow return to the previous state which would be the Revision and create the new task and change the following user assign to review.

Security Role Issue in CRM 2011 for Workflow on Custom Entity

I have a custom entity in CRM 2011 which a user can create an instance of.
When that instance is created, a workflow is kicked off which emails a user asking them to approve the instance.
The user gets the email and goes to the form for the entity where they mark it as Approved.
The workflow at this point is waiting for the Approval decision to be made (which it now is) but something to do with the users security role is blocking the workflow from proceeding. The workflow remains in a "waiting" status for the Wait Until.
If I do the same steps again but as an admin, it works correctly.
What permissions does the approving user need in order to not break the workflow?
I gave them Create/Write/Read to the entity, and WriteActivity, ReadQueue but it's not working
Any assistance would be greatly appreciated!
I'm afraid all I can offer is suggestions here:
Is the workflow actually still waiting on the wait until? Or has it failed and is in a waiting state? See if there is an error in the in the section at the bottom of the system job.
Who is the workflow actually running as? - have a look at the system job - I believe it will be the permissions of that user which are important.
Consider the business units here as well as the actual permissions granted, e.g. is the record owned by someone in a different business unit from the workflow owner?
If there is a permission missing you might be able to see which one in the in the crm trace logs, have a look at the async log.
Try granting the user the following permissions: Execute Workflow Job, Read & Write on System Jobs, Read on Process (you can always take them away later, if you find they are not required)
Did you confirm that workflow is published Organization-wide? It doesn't sound like that should be causing the problem, but I have run into that before.

How to get notification of workflow errors?

I am having issues were a workflow is stalled because there is an issue with sending an email (send email activity). Typically, this is simply solved by resuming the workflow. I'm wondering if there any way to react to a workflow error, so the user knows they need to go in and resume the workflow.
I'm also wondering about this relative to a workflow that is attempting to assign a task to a user who no longer exists in the CRM or one that has an invalid email address, which I'm assuming would cause errors in workflows as well.
Any other suggestions related to this sort if issue would be welcome.
Thanks!
My point of view, is that monitoring can't be done inside CRM, because all CRM processes could be problematic (what happen if a workflow fails to monitor another workflow?)
The way I already done that, was by adding a SQL query (that check the workflow instance state) to a monitoring tool (such as Nagios with the check_mssql_health) or you can just create a small service that will send emails using SMTP.
Off the top of my head, I can't think of an automated way to do it (you could try attaching a workflow to a workflow instance record, but I'm not sure if that will do it).
I'd probably try to build a utility to query workflow instance records, and then notify users if necessary based on their status.

CRM takes 1 hour to convert an email in a queue into a history record for the contact

I'm trialling CRM 4.0 and have noticed that if one of my contacts sends an email then it sits in the queue for an hour before it is also copied into the contacts history.
Is there a job or workflow controlling this?
Can it be sped up?
Sounds like the workflow behind it isn't running quickly enough.
If you go to Administration and Workflow admin (I think thats what it's called) you can change the frequency of the workflow to a shorter interval.

Resources