Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

delta-push adds all workflows to the package #261

Open
pcon opened this issue Apr 11, 2018 · 17 comments
Open

delta-push adds all workflows to the package #261

pcon opened this issue Apr 11, 2018 · 17 comments
Assignees

Comments

@pcon
Copy link
Member

pcon commented Apr 11, 2018

It appears that delta-push adds all the .workflow files to package regardless of if they have been changed or not.

This is a problem because if you have outbound messages in a workflow, the queue becomes paused during a deployment (even during a quick-deploy)

@sfloess
Copy link
Member

sfloess commented May 11, 2018

Note to self - when testing don't use the XSLT.

@sfloess
Copy link
Member

sfloess commented May 12, 2018

@pcon - this is odd...something is wonky with the dir-diff macro-def. I grabbed a sample workflow file and applied meld using what would be pushed (via sf.dryRun) and what is present: meld reports no diff.

Keep in mind, this is my using cached-delta-push.

Anyway, I'm on it...

@sfloess
Copy link
Member

sfloess commented May 12, 2018

@pcon - which xslt(s) for workflows should be ignored? Outgoing_Message__c_pull.xsl ???? Or all?

@solenopsis-bot
Copy link
Contributor

solenopsis-bot commented May 12, 2018 via email

@sfloess
Copy link
Member

sfloess commented May 12, 2018

@pcon - ack...lemme try to figure this out 👍

@sfloess
Copy link
Member

sfloess commented May 12, 2018

@pcon - I'm confused as I did a pull from dev and the pulled Case.workflow is missing the Outbound element...whereas in git it's there...am I misunderstanding?

@solenopsis-bot
Copy link
Contributor

solenopsis-bot commented May 12, 2018 via email

@sfloess
Copy link
Member

sfloess commented May 12, 2018

@pcon - so is the core issue related to package.xml and workflows being defined in it? I don't think I grok what is happening here. For example, if the Outbound element is removed on pull, but is exists in git, I'd expect the two files are different and will be included in the push

@solenopsis-bot
Copy link
Contributor

solenopsis-bot commented May 12, 2018 via email

@sfloess
Copy link
Member

sfloess commented May 12, 2018

@pcon - being that it's Mother's Day weekend, spend your time with the wife :) Monday is fine... I just feel bad I've neglected this project for so long lately :(

@pcon
Copy link
Member Author

pcon commented May 13, 2018

Here's the problem. If we run a delta-push and you inspect the workflows directory, you'll see that every workflow file is in there regardless of if it differs from the pull or not. I think that delta-push should only include files that differ in the zip. The reason I pointed out case.workflow is that is the primary one that is hurting us. It's probably easier to test with the others rather than with that one since it's being modified by an XSLT at the moment.

@sfloess
Copy link
Member

sfloess commented May 18, 2018

@pcon - ack... I will look at it this weekend again :)

@sfloess
Copy link
Member

sfloess commented May 20, 2018

@pcon - we may need to chat about this. I cannot get all workflows as candidates for deploy. Here is what I did:

  • bsolenopsis pull-full
  • bsolenopsis -Dsf.dryRun=true cached-delta-push

Only a handfull of workflows were present in /tmp/sfloess/solenopsis/1.1/dev/file-push/workflows/

I then moved the ccm XSLT workflow dir over to bak.workflow and reran the above. Here is what I get:

> ls /tmp/sfloess/solenopsis/1.1/dev/file-push/workflows/
Case_Comment__c.workflow  ExternalEventMapping.workflow  Question.workflow         SnapshotAuditEvent.workflow  WorkflowEmail__c.workflow
Case.workflow             LiveChatTranscript.workflow    QuickTextAction.workflow  SnapshotBin.workflow
Escalation__c.workflow    Outgoing_Message__c.workflow   Reply.workflow            SnapshotConfig.workflow

When running bsolenopsis -Dsf.dryRun=true delta-push here is what I see:

> ls /tmp/sfloess/solenopsis/1.1/dev/file-push/workflows/
Case_Comment__c.workflow  ExternalEventMapping.workflow  Question.workflow         SnapshotAuditEvent.workflow  WorkflowEmail__c.workflow
Case.workflow             LiveChatTranscript.workflow    QuickTextAction.workflow  SnapshotBin.workflow
Escalation__c.workflow    Outgoing_Message__c.workflow   Reply.workflow            SnapshotConfig.workflow

Am I missing something?

@pcon
Copy link
Member Author

pcon commented Jun 14, 2018

If I run this against my personal environment

[pcon@pconnell workflows]$ pwd
/tmp/pcon/solenopsis/1.1/pconnell/file-push/workflows
[pcon@pconnell workflows]$ ls
AccountAccess__c.workflow               Entitlement_Process_Association__c.workflow         PhysicalAddress__c.workflow
AccountHistory__c.workflow              Entitlement_To_Engineering_Product_Map__c.workflow  ProblemSymptom__c.workflow
Account_Members__c.workflow             Entitlement.workflow                                Product2.workflow
AccountNote__c.workflow                 Escalation_Case__c.workflow                         Product__c.workflow
Address__c.workflow                     Escalation_Comments__c.workflow                     ProductToBusinessUnit__c.workflow
Article_Version__c.workflow             Escalation_Response__c.workflow                     Product_To_Engineering_Product_Map__c.workflow
Ascension__c.workflow                   Escalation_Router__c.workflow                       Question.workflow
Asset.workflow                          Escalation_Team__c.workflow                         QuickTextAction.workflow
AssistantProgress.workflow              Event.workflow                                      QuickText.workflow
Book__c.workflow                        ExchangeUserMapping.workflow                        Reply.workflow
Bookmark__c.workflow                    ExternalEventMapping.workflow                       Reports_To__c.workflow
BugComment__c.workflow                  External_Tracker__c.workflow                        RFE__c.workflow
BugzillaBug__c.workflow                 External_Tracker_Update__c.workflow                 RHAssociate__c.workflow
BugzillaComment__c.workflow             FeatureFlag__c.workflow                             SandboxEmailWhitelist__c.workflow
BugzillaFlag__c.workflow                Feedback__c.workflow                                ServiceContract.workflow
BugzillaFlagType__c.workflow            FeedItem.workflow                                   SFDC_Product_To_Engineering_Product_Map__c.workflow
CampaignMember.workflow                 FileAttachmentApp__c.workflow                       Shadow_SLA_Process__c.workflow
Campaign.workflow                       File_Attachment__c.workflow                         Site.workflow
CaseFolder__c.workflow                  Group_Member__c.workflow                            Skill__c.workflow
CaseGroupRole__c.workflow               Idea.workflow                                       SKU_To_Engineering_Product_Map__c.workflow
CaseGroupRole_Group__c.workflow         Incoming_Message__c.workflow                        SMXConfiguration__c.workflow
CaseGroupRole_Member__c.workflow        KCS_Settings__c.workflow                            SnapshotAuditEvent.workflow
CaseHistory__c.workflow                 Large_Case_Field_Entry__c.workflow                  SnapshotBin.workflow
CaseJournal__c.workflow                 Lead.workflow                                       SnapshotConfig.workflow
CaseNotificationAddress__c.workflow     LiveAgentSession.workflow                           SocialPersona.workflow
Case_Resource_Relationship__c.workflow  LiveChatTranscriptEvent.workflow                    SocialPost.workflow
Case_Snapshot__c.workflow               LiveChatTranscriptSkill.workflow                    Solution.workflow
Case_Tag_Link__c.workflow               LogglySettings__c.workflow                          Span__c.workflow
Case.workflow                           MacroAction.workflow                                State__c.workflow
Comment_Review__c.workflow              MacroInstruction.workflow                           StreamingChannel.workflow
ComplianceQuestionaire__c.workflow      Macro.workflow                                      SurveyConfiguration__c.workflow
Configured_SKU_Attribute__c.workflow    Management_Action__c.workflow                       SymptomResource__c.workflow
ContactAccount__c.workflow              Manages__c.workflow                                 SystemProfile__c.workflow
ContractLineItem.workflow               Negotiated_Entitlement_Process__c.workflow          Task.workflow
Contract.workflow                       NonPrimaryBillingAddress__c.workflow                Team_Member__c.workflow
Country__c.workflow                     NonPrimaryShippingAddress__c.workflow               Telephone__c.workflow
County__c.workflow                      NotificationAddress__c.workflow                     Third_Party_Partner__c.workflow
CSAT_Survey__c.workflow                 NPS_Survey__c.workflow                              User_Case_Contact__c.workflow
Daily_Breaches__c.workflow              ObjectSnapshot__c.workflow                          User_Data__c.workflow
DuplicateRecordItem.workflow            Object_Tag__c.workflow                              UserLicense.workflow
DuplicateRecordSet.workflow             OpportunityLineItem.workflow                        UserProvisioningRequest.workflow
ElectronicAddress__c.workflow           Opportunity.workflow                                User.workflow
EmailMessage.workflow                   Organization.workflow                               Version__c.workflow
Email_Settings__c.workflow              Org_Settings__c.workflow                            View__c.workflow
Engineering_Product__c.workflow         Outgoing_Message__c.workflow
EntitlementContact.workflow             PerfEngLiaison__c.workflow

If I run a diff on this directory I get

[pcon@pconnell workflows]$ pwd
/tmp/pcon/solenopsis/1.1/pconnell/file-push/workflows
[pcon@pconnell workflows]$ diff -rq . ~/ccm/src/workflows/
Only in /home/pcon/ccm/src/workflows/: Account.workflow
Only in /home/pcon/ccm/src/workflows/: Article__c.workflow
Only in /home/pcon/ccm/src/workflows/: Bug__c.workflow
Only in /home/pcon/ccm/src/workflows/: Case_Comment__c.workflow
Files ./Case.workflow and /home/pcon/ccm/src/workflows/Case.workflow differ
Only in /home/pcon/ccm/src/workflows/: Contact.workflow
Only in /home/pcon/ccm/src/workflows/: Escalation__c.workflow
Only in /home/pcon/ccm/src/workflows/: KCS_Link__c.workflow
Only in /home/pcon/ccm/src/workflows/: LiveChatTranscript.workflow
Only in /home/pcon/ccm/src/workflows/: SymptomSolution__c.workflow
Only in /home/pcon/ccm/src/workflows/: WorkflowEmail__c.workflow

I originally thought that the ones showing as only in the source were in the sfdc ignore file but the ones in that file do not exist in either location. The Case.workflow I expected because we are applying a _push.xsl so it should differ from what's on disk.

Oddly, what's in the folder-pull directory are the ones that show as only in the source directory

[pcon@pconnell workflows]$ pwd
/tmp/pcon/solenopsis/1.1/pconnell/folder-pull/workflows
[pcon@pconnell workflows]$ ls
Account.workflow     Bug__c.workflow           Case.workflow     Escalation__c.workflow  LiveChatTranscript.workflow  WorkflowEmail__c.workflow
Article__c.workflow  Case_Comment__c.workflow  Contact.workflow  KCS_Link__c.workflow    SymptomSolution__c.workflow

So, what I think may be happening is that the folder-pull is not getting all of the workflows pulled down (or written to disk) for some reason. This is the same for me when I do it against dev as well.

@sfloess
Copy link
Member

sfloess commented Jun 14, 2018

@pcon - thanks for the detailed information! This will greatly assist me :)

Let's see what I can get done on this 👍

@sfloess
Copy link
Member

sfloess commented Jun 21, 2018

@pcon - spent about 2hrs tonight trying to understand what's going on here... Alas, I am woefully confused... I'll figure it out - more a status update for you :)

@sfloess
Copy link
Member

sfloess commented Jul 21, 2018

@pcon - looking at this again today. So here is what I did:

  • bsolenopsis -Dsf.dryRun=true delta-push
  • /tmp/sfloess/solenopsis/1.1/dev/file-push/workflows> ls
Case_Comment__c.workflow  ExternalEventMapping.workflow  Question.workflow         Reply.workflow               SnapshotBin.workflow
Case.workflow             Outgoing_Message__c.workflow   QuickTextAction.workflow  SnapshotAuditEvent.workflow  SnapshotConfig.workflow
  • /tmp/sfloess/solenopsis/1.1/dev/folder-pull/workflows> ls
AccountAccess__c.workflow            Case_Resource_Relationship__c.workflow              Escalation_Response__c.workflow      Negotiated_Entitlement_Process__c.workflow           SKU_To_Engineering_Product_Map__c.workflow
AccountHistory__c.workflow           Case_Snapshot__c.workflow                           Escalation_Router__c.workflow        NonPrimaryBillingAddress__c.workflow                 SMXConfiguration__c.workflow
Account_Members__c.workflow          Case_Tag_Link__c.workflow                           Escalation_Team__c.workflow          NonPrimaryShippingAddress__c.workflow                SocialPersona.workflow
AccountNote__c.workflow              Case.workflow                                       Event.workflow                       NotificationAddress__c.workflow                      SocialPost.workflow
Account.workflow                     CollaborationGroupMember.workflow                   ExchangeUserMapping.workflow         NPS_Survey__c.workflow                               Solution.workflow
Address__c.workflow                  CollaborationGroup.workflow                         External_Tracker__c.workflow         ObjectSnapshot__c.workflow                           Span__c.workflow
Article__c.workflow                  Comment_Review__c.workflow                          External_Tracker_Update__c.workflow  Object_Tag__c.workflow                               State__c.workflow
Article_Version__c.workflow          ComplianceQuestionaire__c.workflow                  FeatureFlag__c.workflow              OpportunityLineItem.workflow                         StreamingChannel.workflow
Ascension__c.workflow                Configured_SKU_Attribute__c.workflow                Feedback__c.workflow                 Opportunity.workflow                                 SurveyConfiguration__c.workflow
AssetRelationship.workflow           ContactAccount__c.workflow                          FeedItem.workflow                    Organization.workflow                                SymptomResource__c.workflow
Asset.workflow                       Contact.workflow                                    FileAttachmentApp__c.workflow        OrgDeleteRequest.workflow                            SymptomSolution__c.workflow
AssistantProgress.workflow           ContractLineItem.workflow                           File_Attachment__c.workflow          Org_Settings__c.workflow                             SystemProfile__c.workflow
Book__c.workflow                     Contract.workflow                                   Group_Member__c.workflow             Outgoing_Message__c.workflow                         Task.workflow
Bookmark__c.workflow                 Country__c.workflow                                 Idea.workflow                        PerfEngLiaison__c.workflow                           Team_Member__c.workflow
BugComment__c.workflow               County__c.workflow                                  IgnorableUserProfile__c.workflow     PhysicalAddress__c.workflow                          Telephone__c.workflow
Bug__c.workflow                      CSAT_Survey__c.workflow                             Incoming_Message__c.workflow         ProblemSymptom__c.workflow                           Third_Party_Partner__c.workflow
BugzillaBug__c.workflow              Daily_Breaches__c.workflow                          KCS_Link__c.workflow                 Product2.workflow                                    TopicAssignment.workflow
BugzillaComment__c.workflow          DuplicateRecordItem.workflow                        KCS_Settings__c.workflow             Product__c.workflow                                  Topic.workflow
BugzillaFlag__c.workflow             DuplicateRecordSet.workflow                         Large_Case_Field_Entry__c.workflow   ProductToBusinessUnit__c.workflow                    User_Case_Contact__c.workflow
BugzillaFlagType__c.workflow         ElectronicAddress__c.workflow                       Lead.workflow                        Product_To_Engineering_Product_Map__c.workflow       User_Data__c.workflow
CampaignMember.workflow              EmailMessage.workflow                               LiveAgentSession.workflow            QuickText.workflow                                   UserLicense.workflow
Campaign.workflow                    Email_Settings__c.workflow                          LiveChatTranscriptEvent.workflow     Reports_To__c.workflow                               UserProvisioningRequest.workflow
Case_Comment__c.workflow             Engineering_Product__c.workflow                     LiveChatTranscriptSkill.workflow     RFE__c.workflow                                      User.workflow
CaseFolder__c.workflow               EntitlementContact.workflow                         LiveChatTranscript.workflow          RHAssociate__c.workflow                              Version__c.workflow
CaseGroupRole__c.workflow            Entitlement_Process_Association__c.workflow         LogglySettings__c.workflow           SandboxEmailWhitelist__c.workflow                    View__c.workflow
CaseGroupRole_Group__c.workflow      Entitlement_To_Engineering_Product_Map__c.workflow  MacroAction.workflow                 ServiceContract.workflow                             WorkflowEmail__c.workflow
CaseGroupRole_Member__c.workflow     Entitlement.workflow                                MacroInstruction.workflow            SFDC_Product_To_Engineering_Product_Map__c.workflow
CaseHistory__c.workflow              Escalation_Case__c.workflow                         Macro.workflow                       Shadow_SLA_Process__c.workflow
CaseJournal__c.workflow              Escalation_Comments__c.workflow                     Management_Action__c.workflow        Site.workflow
CaseNotificationAddress__c.workflow  Escalation__c.workflow                              Manages__c.workflow                  Skill__c.workflow
  • /tmp/sfloess/solenopsis/1.1/dev/file-push/workflows> diff -rq . ~/Development/redhat/engineering/ccm/src/workflows/
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: AccountAccess__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: AccountHistory__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: Account_Members__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: AccountNote__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: Account.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: Address__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: Article__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: Article_Version__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: Ascension__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: Asset.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: AssistantProgress.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: Book__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: Bookmark__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: BugComment__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: Bug__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: BugzillaBug__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: BugzillaComment__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: BugzillaFlag__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: BugzillaFlagType__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: CampaignMember.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: Campaign.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: CaseFolder__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: CaseGroupRole__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: CaseGroupRole_Group__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: CaseGroupRole_Member__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: CaseHistory__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: CaseJournal__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: CaseNotificationAddress__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: Case_Resource_Relationship__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: Case_Snapshot__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: Case_Tag_Link__c.workflow
Files ./Case.workflow and /home/sfloess/Development/redhat/engineering/ccm/src/workflows/Case.workflow differ
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: Comment_Review__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: ComplianceQuestionaire__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: Configured_SKU_Attribute__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: ContactAccount__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: Contact.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: ContractLineItem.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: Contract.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: Country__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: County__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: CSAT_Survey__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: Daily_Breaches__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: DuplicateRecordItem.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: DuplicateRecordSet.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: ElectronicAddress__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: EmailMessage.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: Engineering_Product__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: EntitlementContact.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: Entitlement_Process_Association__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: Entitlement_To_Engineering_Product_Map__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: Entitlement.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: Escalation_Case__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: Escalation_Comments__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: Escalation__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: Escalation_Response__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: Escalation_Router__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: Escalation_Team__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: Event.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: ExchangeUserMapping.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: External_Tracker__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: External_Tracker_Update__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: FeatureFlag__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: Feedback__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: FeedItem.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: FileAttachmentApp__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: File_Attachment__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: Group_Member__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: Idea.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: Incoming_Message__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: KCS_Link__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: KCS_Settings__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: Large_Case_Field_Entry__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: Lead.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: LiveAgentSession.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: LiveChatTranscriptEvent.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: LiveChatTranscriptSkill.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: LiveChatTranscript.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: LogglySettings__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: MacroAction.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: MacroInstruction.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: Macro.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: Management_Action__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: Manages__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: Negotiated_Entitlement_Process__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: NonPrimaryBillingAddress__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: NonPrimaryShippingAddress__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: NotificationAddress__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: NPS_Survey__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: ObjectSnapshot__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: Object_Tag__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: OpportunityLineItem.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: Opportunity.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: Organization.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: Org_Settings__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: PerfEngLiaison__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: PhysicalAddress__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: ProblemSymptom__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: Product2.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: Product__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: ProductToBusinessUnit__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: Product_To_Engineering_Product_Map__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: QuickText.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: Reports_To__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: RFE__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: RHAssociate__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: SandboxEmailWhitelist__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: ServiceContract.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: SFDC_Product_To_Engineering_Product_Map__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: Shadow_SLA_Process__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: Site.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: Skill__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: SKU_To_Engineering_Product_Map__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: SMXConfiguration__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: SocialPersona.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: SocialPost.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: Solution.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: Span__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: State__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: StreamingChannel.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: SurveyConfiguration__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: SymptomResource__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: SymptomSolution__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: SystemProfile__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: Task.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: Team_Member__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: Telephone__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: Third_Party_Partner__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: User_Case_Contact__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: User_Data__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: UserLicense.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: UserProvisioningRequest.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: User.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: Version__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: View__c.workflow
Only in /home/sfloess/Development/redhat/engineering/ccm/src/workflows/: WorkflowEmail__c.workflow

Either I am really confused, or our environments are running differently somehow?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants