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
In the persistence workflow, what i'm seeing is search attribute set and get operation has the same purpose as GetDataObject.
What capability does this search attribute has other than storing some data and getting some data across workflow state?
The text was updated successfully, but these errors were encountered:
In the persistence workflow, what i'm seeing is search attribute set and get operation has the same purpose as GetDataObject. What capability does this search attribute has other than storing some data and getting some data across workflow state?
It allows you to search -- finding the workflow by a SQL like query.
E.g. you have SA FirstName. And there are millions of worklfow executions. You want to find a workflow execution that has FirstName="John" you can find it using the query.
In the persistence workflow, what i'm seeing is search attribute set and get operation has the same purpose as GetDataObject.
What capability does this search attribute has other than storing some data and getting some data across workflow state?
The text was updated successfully, but these errors were encountered: