Skip to content

#19 add doctrine-process-bundle demo#20

Closed
xaviermarchegay wants to merge 20 commits intoprepare-releasefrom
doctrine-process-bundle-demo
Closed

#19 add doctrine-process-bundle demo#20
xaviermarchegay wants to merge 20 commits intoprepare-releasefrom
doctrine-process-bundle-demo

Conversation

@xaviermarchegay
Copy link
Member

Integration of doctrine-process-bundle demo

clever_age_process:
configurations:
demo.doctrine.update:
options:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add description & help as others demo processes

sql: 'update process_user set firstname = :firstname, lastname = :lastname'
input_as_params: false
params:
firstname: Paul
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe use context vars may be usefull

entry:
service: '@CleverAge\DoctrineProcessBundle\Task\Database\DatabaseUpdaterTask'
options:
sql: 'update process_user set firstname = :firstname, lastname = :lastname'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a Demo entity to prevent issue with bundled login function

@njoubert-cleverage njoubert-cleverage deleted the doctrine-process-bundle-demo branch December 17, 2024 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants