Currently running vRO 7 and VCSA 6. I just recently integrated Orchestrator into the Web Client and began testing workflow functionality from the web client. I've come across an error when executing a workflow where we have Credential object already defined in the workflow it'll fail presenting the presentation layer. When we remove the credential from the workflow we'll get a "select a credential" dialog window with no available objects and no form of input. What is the best practice for utilizing the credential object within the web client?
**Error with the credential object being defined in the workflow.
Error Stack
---------------------
ReferenceError: Error #1069
at com.vmware.vco.utils::VcoObjectMapper/toServerObjectInfo()
at com.vmware.vco.views.presentation.controls::BaseParameterInput/processFieldModelChanged()
at com.vmware.vco.views.presentation.controls::BaseParameterInput/set fieldModel()
at com.vmware.vco.views.presentation::WizardBuilder/composeFields()
at com.vmware.vco.views.presentation::WizardBuilder/initDynamicPage()
at com.vmware.vco.views.presentation::WizardBuilder/createPage()
at com.vmware.vco.views.presentation::WizardBuilder/buildPages()
at com.vmware.vco.views.presentation::WizardBuilder/set model()
at com.vmware.vco.views.presentation::WorkflowRunWizard/buildWizard()
at com.vmware.vco.views.presentation::WorkflowRunWizard/set _3076010data()
at com.vmware.vco.views.presentation::WorkflowRunWizard/set data()
at com.vmware.vco.views.presentation::WorkflowRunWizard/set persistableData()
at com.vmware.vco.actions::WorkflowResolver/onPresentationReturned()
at EventFunctor/notifyTarget()
at EventFunctor/onEvent()
at flash.events::EventDispatcher/dispatchEvent()
at com.vmware.frinje::EventBus/dispatchEvent()
at com.vmware.frinje::EventBus/onEvent()
at flash.events::EventDispatcher/dispatchEvent()
at com.vmware.data.query.commands::DataRequestCommand/onSingleEntityDataReturn()
at DataAccessItem/notify()
at DataAccessItem/handleResult()
at DataAccessItem/processResult()
at com.vmware.data.query::DataAccessManager/onDataRetrieved()
at com.vmware.flexutil.proxies::BaseProxy/notify()
at com.vmware.flexutil.proxies::BaseProxy/result()
at com.vmware.flexutil.proxies::BaseProxy/onInvocationComplete()
at OperationInvoker/resultResponseForRequest()
at OperationInvoker/result()
at mx.rpc::AsyncToken/http://www.adobe.com/2006/flex/mx/internal::applyResult()
at mx.rpc.events::ResultEvent/http://www.adobe.com/2006/flex/mx/internal::callTokenResponders()
at mx.rpc::AbstractOperation/http://www.adobe.com/2006/flex/mx/internal::dispatchRpcEvent()
at mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::resultHandler()
at mx.rpc::Responder/result()
at mx.rpc::AsyncRequest/acknowledge()
at NetConnectionMessageResponder/resultHandler()
at mx.messaging::MessageResponder/result()
**Removing the defined Credential Object... Select credential dialog with no objects and form to specify desired credentials.