Q: Can I get the JSON for the sample workflow discussed?
A: Please see the following:
Q: I have never used zuora before - where do I find out more information about Workflow?
A: Here are some great place to start:
Knowledge Center: Getting Started with Workflow https://knowledgecenter.zuora.com/Central_Platform/Workflow/C_Get_Started_with_Workflow/A_Zuora_Workflow_Overview
Q: Are the Workflow tabs that are showing tied to user permissions or will the Workflow user see everything?
A: The Workflow tabs are not tied to user permissions yet. We are working to add that level. Currently, Workflow users will see everything.
Q: Is there a way to CC additional teams at my company (like finance or sales) with notifications from Workflow?
A: Please see this Knowledge Center article about email notifications in Workflow: https://knowledgecenter.zuora.com/Central_Platform/Workflow/Workflow_tasks/IA_Email
Q: On an ME environment, is it better/more efficient to perform a product update using Workflow from the Global entity to update the products so they can be dropped down to child entities, or running Workflow from individual entities to get the updates done?
A: This will depend on your specific set up and use case. There may be cases where it is better to perform an update using Workflow from the Global entity but there are considerations such as timing of the change and when the child entities should be inheriting the changes. Please check with your team to determine the path for your use case.
Q: What happens if we use Workflow and realize we made a mistake? How do we revert the change if something goes wrong with an update job or task?
A: Workflow is a way to execute APIs, so the same principles that apply to APIs apply to workflows. There should be proper testing in your API Sandbox environment prior to ensure everything works as desired.
Q: What are the advantages of setting a global constant?
A: Global constants in Workflow are encrypted parameters that are valid for all workflows in a Workflow instance. A good scenario for using global constants is to record credentials for systems that you need to integrate Zuora with.
Q: How long are tasks stored?
A: For the Production environment, the default setting is 45 days. You can configure this time range from 1-90 days.
Q: Can I call SFDC with Workflow?
A: Yes! Please see this Knowledge Center article for more information: https://knowledgecenter.zuora.com/Central_Platform/Workflow/Using_Workflow/Make_API_Calls_to_Salesforce_from_Workflow
Q: Can I use a microservice to call into Zuora to initiate a Workflow?
A: Yes, Workflow has a set of APIs that can be used to trigger certain Workflow actions such as Run a Workflow. You will need to use the OAuth endpoints. Please refer to this Knowledge Center article for more information: https://knowledgecenter.zuora.com/Central_Platform/Workflow/Using_Workflow/Use_Workflow_APIs
Q: Can Zuora Data Query be accessed via Workflow?
A: Yes, there is a Zuora Data Query task that can be accessed via Workflow: https://knowledgecenter.zuora.com/Central_Platform/Workflow/Workflow_tasks/AC_data_query