You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@xIrusux
based on your screenshot you are passing incorrect values to the endpoint:
you should provide the workflow name/ID which is product_data_enrichment but you are passing product_data_enrichment_workflow which does not exists (as error message says, it cannot find workflow with an ID which you provided)
same for the transition, there an ID should be passed
I adapted the schema in this PR #623 so its more clear, the parameters are renamed now
Regarding the exception, this can be also interpreted as a validation error - there cannot be expression selected with no condition provided. I added a catch block in studio so we filter out this invalid workflow definitions
I am getting an error response when trying to submit a workflow action for objects.
here my api call with parameters:
The class name of the object is "Car":
Which is the same class name that the workflow is specified for:
When I remove the condition of the workflow I am getting the below error:
Which may suggest there is a problem with getting Workflows for objects?
For consistency purposes we may want to use 'data-object' instead of 'object' here.
The text was updated successfully, but these errors were encountered: